#C8C781

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

Shades of Deco #C8C781

Tints of Deco #C8C781

Color information

#C8C781 (or 0xC8C781) is unknown color: approx Deco. HEX triplet: C8, C7 and 81. RGB value is (200,199,129). Sum of RGB (Red+Green+Blue) = 200+199+129=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C781 is #37387E. Grayscale: #BFBFBF. Windows color (decimal): -3618943 or 8505288. OLE color: 8505288.

HSL color Cylindrical-coordinate representation of color #C8C781: hue angle of 59.15º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8C781 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200199129-
CMYK00.000.360.22
HSL59.15º39.23%64.51%-
HSV(B)59.15º35.5%78.43%-
XYZ48.2154.7128.79-
YUV191.3292.83134.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=37.88%
G=37.69%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019912900.000.360.2259.1539.2364.51
HexC8C7810024163b2741
Octal3103072010044267347101
Binary11001000110001111000000100100100101101110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C781; }

 p { color: rgb(200,199,129); }

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

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

 a { background-color: rgb(200,199,129); }

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

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

 span { border-color: rgb(200,199,129); }

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