#CCCA7D

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

Shades of Deco #CCCA7D

Tints of Deco #CCCA7D

Color information

#CCCA7D (or 0xCCCA7D) is unknown color: approx Deco. HEX triplet: CC, CA and 7D. RGB value is (204,202,125). Sum of RGB (Red+Green+Blue) = 204+202+125=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA7D is #333582. Grayscale: #C2C2C2. Windows color (decimal): -3356035 or 8243916. OLE color: 8243916.

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

Color convert

RGB204202125-
CMYK00.010.390.2
HSL58.48º43.65%64.51%-
HSV(B)58.48º38.73%80%-
XYZ49.7256.5627.7-
YUV193.8289.16135.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=38.42%
G=38.04%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420212500.010.390.258.4843.6564.51
HexCCCA7D0127143a2c41
Octal3143121750147247254101
Binary1100110011001010111110101100111101001110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA7D; }

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

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

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

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

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

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

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

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