#CCCB85

Color #CCCB85 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CCCB85

Tints of Deco #CCCB85

Color information

#CCCB85 (or 0xCCCB85) is unknown color: approx Deco. HEX triplet: CC, CB and 85. RGB value is (204,203,133). Sum of RGB (Red+Green+Blue) = 204+203+133=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB85 is #33347A. Grayscale: #C3C3C3. Windows color (decimal): -3355771 or 8768460. OLE color: 8768460.

HSL color Cylindrical-coordinate representation of color #CCCB85: hue angle of 59.15º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCCB85 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204203133-
CMYK00.000.350.2
HSL59.15º41.04%66.08%-
HSV(B)59.15º34.8%80%-
XYZ50.4957.2430.58-
YUV195.3292.83134.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=37.78%
G=37.59%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420313300.000.350.259.1541.0466.08
HexCCCB850023143b2942
Octal3143132050043247351102
Binary11001100110010111000010100100011101001110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB85; }

 p { color: rgb(204,203,133); }

 H1.HeaderClassName
 {
   color: #CCCB85;
 }
 .AnyTagClassName
 {
   color: #CCCB85;
 }
</style>
background-color css

<style>
 a { background-color: #CCCB85; }

 a { background-color: rgb(204,203,133); }

 div.DivClassName
 {
   background-color: #CCCB85;
 }
 .BgClassName
 {
   background-color: #CCCB85;
 }
</style>
border-color css

<style>
 span { border-color: #CCCB85; }

 span { border-color: rgb(204,203,133); }

 td.TdClassName
 {
   border-color: #CCCB85;
 }
 .TagClassName
 {
   border-color: #CCCB85;
 }
</style>