#CCCA7B

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

Shades of Deco #CCCA7B

Tints of Deco #CCCA7B

Color information

#CCCA7B (or 0xCCCA7B) is unknown color: approx Deco. HEX triplet: CC, CA and 7B. RGB value is (204,202,123). Sum of RGB (Red+Green+Blue) = 204+202+123=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA7B is #333584. Grayscale: #C1C1C1. Windows color (decimal): -3356037 or 8112844. OLE color: 8112844.

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

Color convert

RGB204202123-
CMYK00.010.400.2
HSL58.52º44.26%64.12%-
HSV(B)58.52º39.71%80%-
XYZ49.656.5127.03-
YUV193.5988.16135.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=38.56%
G=38.19%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420212300.010.400.258.5244.2664.12
HexCCCA7B0128143b2c40
Octal3143121730150247354100
Binary1100110011001010111101101101000101001110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA7B; }

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

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

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

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

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

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

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

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