#CCCB70

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

Shades of Deco #CCCB70

Tints of Deco #CCCB70

Color information

#CCCB70 (or 0xCCCB70) is unknown color: approx Deco. HEX triplet: CC, CB and 70. RGB value is (204,203,112). Sum of RGB (Red+Green+Blue) = 204+203+112=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB70 is #33348F. Grayscale: #C1C1C1. Windows color (decimal): -3355792 or 7392204. OLE color: 7392204.

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

Color convert

RGB204203112-
CMYK00.000.450.2
HSL59.35º47.42%61.96%-
HSV(B)59.35º45.1%80%-
XYZ49.1856.7223.68-
YUV192.9282.33135.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=39.31%
G=39.11%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420311200.000.450.259.3547.4261.96
HexCCCB70002D143b2f3e
Octal314313160005524735776
Binary110011001100101111100000010110110100111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB70; }

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

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

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

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

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

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

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

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