#CCCA83

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

Shades of Deco #CCCA83

Tints of Deco #CCCA83

Color information

#CCCA83 (or 0xCCCA83) is unknown color: approx Deco. HEX triplet: CC, CA and 83. RGB value is (204,202,131). Sum of RGB (Red+Green+Blue) = 204+202+131=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA83 is #33357C. Grayscale: #C2C2C2. Windows color (decimal): -3356029 or 8637132. OLE color: 8637132.

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

Color convert

RGB204202131-
CMYK00.010.360.2
HSL58.36º41.71%65.69%-
HSV(B)58.36º35.78%80%-
XYZ50.1256.7229.78-
YUV194.592.16134.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=37.99%
G=37.62%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420213100.010.360.258.3641.7165.69
HexCCCA830124143a2a42
Octal3143122030144247252102
Binary11001100110010101000001101100100101001110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA83; }

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

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

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

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

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

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

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

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