#C9C972

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

Shades of Deco #C9C972

Tints of Deco #C9C972

Color information

#C9C972 (or 0xC9C972) is unknown color: approx Deco. HEX triplet: C9, C9 and 72. RGB value is (201,201,114). Sum of RGB (Red+Green+Blue) = 201+201+114=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C972 is #36368D. Grayscale: #BFBFBF. Windows color (decimal): -3552910 or 7522761. OLE color: 7522761.

HSL color Cylindrical-coordinate representation of color #C9C972: hue angle of 60º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9C972 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201201114-
CMYK000.430.21
HSL60º44.62%61.76%-
HSV(B)60º43.28%78.82%-
XYZ48.0155.4124.08-
YUV191.0884.5135.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 114 (44.92% from 255) = 22.09%
R=38.95%
G=38.95%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201201114000.430.216044.6261.76
HexC9C972002B153c2d3e
Octal311311162005325745576
Binary110010011100100111100100010101110101111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C972; }

 p { color: rgb(201,201,114); }

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

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

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

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

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

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

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