#CCCC85

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

Shades of Deco #CCCC85

Tints of Deco #CCCC85

Color information

#CCCC85 (or 0xCCCC85) is unknown color: approx Deco. HEX triplet: CC, CC and 85. RGB value is (204,204,133). Sum of RGB (Red+Green+Blue) = 204+204+133=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC85 is #33337A. Grayscale: #C4C4C4. Windows color (decimal): -3355515 or 8768716. OLE color: 8768716.

HSL color Cylindrical-coordinate representation of color #CCCC85: hue angle of 60º 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 #CCCC85 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204204133-
CMYK000.350.2
HSL60º41.04%66.08%-
HSV(B)60º34.8%80%-
XYZ50.7357.7230.66-
YUV195.9192.5133.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=37.71%
G=37.71%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204133000.350.26041.0466.08
HexCCCC850023143c2942
Octal3143142050043247451102
Binary11001100110011001000010100100011101001111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC85; }

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

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

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

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

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

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

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

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