#CCC87B

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

Shades of Deco #CCC87B

Tints of Deco #CCC87B

Color information

#CCC87B (or 0xCCC87B) is unknown color: approx Deco. HEX triplet: CC, C8 and 7B. RGB value is (204,200,123). Sum of RGB (Red+Green+Blue) = 204+200+123=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC87B is #333784. Grayscale: #C0C0C0. Windows color (decimal): -3356549 or 8112332. OLE color: 8112332.

HSL color Cylindrical-coordinate representation of color #CCC87B: hue angle of 57.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC87B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204200123-
CMYK00.020.400.2
HSL57.04º44.26%64.12%-
HSV(B)57.04º39.71%80%-
XYZ49.1355.5826.88-
YUV192.4288.83136.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=38.71%
G=37.95%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420012300.020.400.257.0444.2664.12
HexCCC87B022814392c40
Octal3143101730250247154100
Binary11001100110010001111011010101000101001110011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC87B; }

 p { color: rgb(204,200,123); }

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

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

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

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

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

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

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