#C8C972

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

Shades of Deco #C8C972

Tints of Deco #C8C972

Color information

#C8C972 (or 0xC8C972) is unknown color: approx Deco. HEX triplet: C8, C9 and 72. RGB value is (200,201,114). Sum of RGB (Red+Green+Blue) = 200+201+114=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C972 is #37368D. Grayscale: #BFBFBF. Windows color (decimal): -3618446 or 7522760. OLE color: 7522760.

HSL color Cylindrical-coordinate representation of color #C8C972: hue angle of 60.69º 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 #C8C972 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB200201114-
CMYK0.0000.430.21
HSL60.69º44.62%61.76%-
HSV(B)60.69º43.28%78.82%-
XYZ47.7455.2724.07-
YUV190.7884.67134.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=38.83%
G=39.03%
B=22.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011140.0000.430.2160.6944.6261.76
HexC8C972002B153d2d3e
Octal310311162005325755576
Binary110010001100100111100100010101110101111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C972; }

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

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

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

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

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

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

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

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