#CCCB7B

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

Shades of Deco #CCCB7B

Tints of Deco #CCCB7B

Color information

#CCCB7B (or 0xCCCB7B) is unknown color: approx Deco. HEX triplet: CC, CB and 7B. RGB value is (204,203,123). Sum of RGB (Red+Green+Blue) = 204+203+123=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB7B is #333484. Grayscale: #C2C2C2. Windows color (decimal): -3355781 or 8113100. OLE color: 8113100.

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

Color convert

RGB204203123-
CMYK00.000.400.2
HSL59.26º44.26%64.12%-
HSV(B)59.26º39.71%80%-
XYZ49.8356.9827.11-
YUV194.1887.83135-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 123 (48.44% from 255) = 23.21%
R=38.49%
G=38.30%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420312300.000.400.259.2644.2664.12
HexCCCB7B0028143b2c40
Octal3143131730050247354100
Binary1100110011001011111101100101000101001110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB7B; }

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

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

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

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

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

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

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

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