#CCC983

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

Shades of Deco #CCC983

Tints of Deco #CCC983

Color information

#CCC983 (or 0xCCC983) is unknown color: approx Deco. HEX triplet: CC, C9 and 83. RGB value is (204,201,131). Sum of RGB (Red+Green+Blue) = 204+201+131=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC983 is #33367C. Grayscale: #C2C2C2. Windows color (decimal): -3356285 or 8636876. OLE color: 8636876.

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

Color convert

RGB204201131-
CMYK00.010.360.2
HSL57.53º41.71%65.69%-
HSV(B)57.53º35.78%80%-
XYZ49.8956.2529.7-
YUV193.9292.49135.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 24.44%
R=38.06%
G=37.5%
B=24.44%

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
Decimal20420113100.010.360.257.5341.7165.69
HexCCC9830124143a2a42
Octal3143112030144247252102
Binary11001100110010011000001101100100101001110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC983; }

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

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

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

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

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

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

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

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