#CCCB7A

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

Shades of Deco #CCCB7A

Tints of Deco #CCCB7A

Color information

#CCCB7A (or 0xCCCB7A) is unknown color: approx Deco. HEX triplet: CC, CB and 7A. RGB value is (204,203,122). Sum of RGB (Red+Green+Blue) = 204+203+122=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB7A is #333485. Grayscale: #C2C2C2. Windows color (decimal): -3355782 or 8047564. OLE color: 8047564.

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

Color convert

RGB204203122-
CMYK00.000.400.2
HSL59.27º44.57%63.92%-
HSV(B)59.27º40.2%80%-
XYZ49.7756.9526.78-
YUV194.0687.33135.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=38.56%
G=38.37%
B=23.06%

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
Decimal20420312200.000.400.259.2744.5763.92
HexCCCB7A0028143b2d40
Octal3143131720050247355100
Binary1100110011001011111101000101000101001110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB7A; }

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

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

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

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

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

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

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

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