#CCC975

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

Shades of Deco #CCC975

Tints of Deco #CCC975

Color information

#CCC975 (or 0xCCC975) is unknown color: approx Deco. HEX triplet: CC, C9 and 75. RGB value is (204,201,117). Sum of RGB (Red+Green+Blue) = 204+201+117=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC975 is #33368A. Grayscale: #C0C0C0. Windows color (decimal): -3356299 or 7719372. OLE color: 7719372.

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

Color convert

RGB204201117-
CMYK00.010.430.2
HSL57.93º46.03%62.94%-
HSV(B)57.93º42.65%80%-
XYZ4955.925.04-
YUV192.3285.49136.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=39.08%
G=38.51%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420111700.010.430.257.9346.0362.94
HexCCC975012B143a2e3f
Octal314311165015324725677
Binary110011001100100111101010110101110100111010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC975; }

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

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

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

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

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

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

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

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