#CCCA7F

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

Shades of Deco #CCCA7F

Tints of Deco #CCCA7F

Color information

#CCCA7F (or 0xCCCA7F) is unknown color: approx Deco. HEX triplet: CC, CA and 7F. RGB value is (204,202,127). Sum of RGB (Red+Green+Blue) = 204+202+127=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA7F is #333580. Grayscale: #C2C2C2. Windows color (decimal): -3356033 or 8374988. OLE color: 8374988.

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

Color convert

RGB204202127-
CMYK00.010.380.2
HSL58.44º43.02%64.9%-
HSV(B)58.44º37.75%80%-
XYZ49.8556.6128.38-
YUV194.0590.16135.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 127 (50% from 255) = 23.83%
R=38.27%
G=37.90%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420212700.010.380.258.4443.0264.9
HexCCCA7F0126143a2b41
Octal3143121770146247253101
Binary1100110011001010111111101100110101001110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA7F; }

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

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

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

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

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

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

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

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