#CCCD87

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

Shades of Deco #CCCD87

Tints of Deco #CCCD87

Color information

#CCCD87 (or 0xCCCD87) is unknown color: approx Deco. HEX triplet: CC, CD and 87. RGB value is (204,205,135). Sum of RGB (Red+Green+Blue) = 204+205+135=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD87 is #333278. Grayscale: #C4C4C4. Windows color (decimal): -3355257 or 8900044. OLE color: 8900044.

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

Color convert

RGB204205135-
CMYK0.0000.340.20
HSL60.86º41.18%66.67%-
HSV(B)60.86º34.15%80.39%-
XYZ51.1158.2531.47-
YUV196.7293.17133.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 135 (53.12% from 255) = 24.82%
R=37.5%
G=37.68%
B=24.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051350.0000.340.2060.8641.1866.67
HexCCCD870022143d2943
Octal3143152070042247551103
Binary11001100110011011000011100100010101001111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD87; }

 p { color: rgb(204,205,135); }

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

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

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

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

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

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

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