#CCCB72

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

Shades of Deco #CCCB72

Tints of Deco #CCCB72

Color information

#CCCB72 (or 0xCCCB72) is unknown color: approx Deco. HEX triplet: CC, CB and 72. RGB value is (204,203,114). Sum of RGB (Red+Green+Blue) = 204+203+114=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB72 is #33348D. Grayscale: #C1C1C1. Windows color (decimal): -3355790 or 7523276. OLE color: 7523276.

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

Color convert

RGB204203114-
CMYK00.000.440.2
HSL59.33º46.88%62.35%-
HSV(B)59.33º44.12%80%-
XYZ49.356.7624.28-
YUV193.1583.33135.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=39.16%
G=38.96%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420311400.000.440.259.3346.8862.35
HexCCCB72002C143b2f3e
Octal314313162005424735776
Binary110011001100101111100100010110010100111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB72; }

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

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

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

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

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

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

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

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