COLOR #C3CB55

HEX: #C3CB55
RGB: (195,203,85)

Color info

#C3CB55 contains mainly red and green colors. Web safe color of #C3CB55 is #CCCC66 (or #CC6).

RGB color model

#C3CB55 color RGB value is (195,203,85).

  • red value is 195;
  • green value is 203;
  • blue value is 85.
RGB:
(195,203,85)
(76%,80%,33%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 85 of 255 = 33%

195
203
85

R + G + B ~ 63%. #C3CB55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 85 = 483 (100%)
R 195 of 483 ~ 40.37%
G 203 of 483 ~ 42.03%
B 85 of 483 ~ 17.6%

%40.37
%42.03
%17.6

CMYK color model

#C3CB55 color CMYK value is (4,0,58,20).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 58.13%
  • key color value is 20.39%
CMYK:
(4,0,58,20)
C4M0Y58K20 
(4%,0%,58%,20%)
(0.04/0.00/0.58/0.20)	

CMYK percentages

%3.94
%0
%58.13
%20.39

Codes

Color #C3CB55 in popluar color models

C3CB55
RGB19520385
HSL64°53.15%56.47%
HSB/HSV64°58.13%79.61%
CMYK3.94%0.00%58.13%
20.39%

Color #C3CB55 in popluar number systems.

HEXC3CB55
Decimal19520385
Binary11000011110010111010101
Octal303313125

Shades and tints

Shades of #C3CB55

#C3CB55
(195,203,85)
#B2B94E
(178,185,78)
#A1A747
(161,167,71)
#909540
(144,149,64)
#7F8339
(127,131,57)
#6E7132
(110,113,50)
#5D5F2B
(93,95,43)
#4C4D24
(76,77,36)
#3B3B1D
(59,59,29)
#2A2916
(42,41,22)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3CB55

#C3CB55
(195,203,85)
#C8CF64
(200,207,100)
#CDD373
(205,211,115)
#D2D782
(210,215,130)
#D7DB91
(215,219,145)
#DCDFA0
(220,223,160)
#E1E3AF
(225,227,175)
#E6E7BE
(230,231,190)
#EBEBCD
(235,235,205)
#F0EFDC
(240,239,220)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CB55 color. Also use rgb(195,203,85) instead hex code.

Text Font Color

.myTextColor { color: #C3CB55; }

<p style="color:#C3CB55">This sample text font color is #C3CB55.</p>

This text font color is #C3CB55.


Background Color

.myBgColor { background-color: #C3CB55; }

<div style="background-color:#C3CB55">Inner text</div>

This div background color is #C3CB55.


Border color

.myBorderColor { border: 1px solid #C3CB55; }

<div style="border:3px solid #C3CB55">Div</div>

This div border color is #C3CB55.


Opacity

.myOpacity80 { color: #C3CB55; opacity: 0.8; }

<p style="color:#C3CB55;opacity:0.8;">80%</p>

Text with #C3CB55 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C3CB55;}

<p style="text-shadow: 3px 3px 1px #C3CB55">Text here.</p>

This text has shadow with #C3CB55 color.

.textShadow {text-shadow: 3px 3px 1px #C3CB55, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C3CB55, 5px 5px 20px red">Text here.</p>

This text has shadow with #C3CB55 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3CB55, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C3CB55, Direction=45, Strength=4)">Text</p>

This text has shadow with #C3CB55 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C3CB55;
  -webkit-box-shadow:	1px 1px 3px 2px #C3CB55;
  box-shadow:		1px 1px 3px 2px #C3CB55;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3CB55;
-webkit-box-shadow: 1px 1px 3px 2px #C3CB55;
box-shadow:1px 1px 3px 2px #C3CB55;">
Div content here</div>
This div box has shadow with color #C3CB55.

Preview

Color preview on black background

This text has color #C3CB55 on black background.


Color preview on white background

This text has color #C3CB55 on white background.



Black color preview on #C3CB55 background

This text has black color on #C3CB55 background.


White color preview on #C3CB55 background

This text has white color on #C3CB55 background.