#CCCA71

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

Shades of Deco #CCCA71

Tints of Deco #CCCA71

Color information

#CCCA71 (or 0xCCCA71) is unknown color: approx Deco. HEX triplet: CC, CA and 71. RGB value is (204,202,113). Sum of RGB (Red+Green+Blue) = 204+202+113=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA71 is #33358E. Grayscale: #C0C0C0. Windows color (decimal): -3356047 or 7457484. OLE color: 7457484.

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

Color convert

RGB204202113-
CMYK00.010.450.2
HSL58.68º47.15%62.16%-
HSV(B)58.68º44.61%80%-
XYZ4956.2723.9-
YUV192.4583.16136.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=39.31%
G=38.92%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420211300.010.450.258.6847.1562.16
HexCCCA71012D143b2f3e
Octal314312161015524735776
Binary110011001100101011100010110110110100111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA71; }

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

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

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

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

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

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

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

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