#C8C29F

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

Shades of Ash #C8C29F

Tints of Ash #C8C29F

Color information

#C8C29F (or 0xC8C29F) is unknown color: approx Ash. HEX triplet: C8, C2 and 9F. RGB value is (200,194,159). Sum of RGB (Red+Green+Blue) = 200+194+159=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C29F is #373D60. Grayscale: #BFBFBF. Windows color (decimal): -3620193 or 10470088. OLE color: 10470088.

HSL color Cylindrical-coordinate representation of color #C8C29F: hue angle of 51.22º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8C29F is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200194159-
CMYK00.030.200.22
HSL51.22º27.15%70.39%-
HSV(B)51.22º20.5%78.43%-
XYZ49.3753.3740.5-
YUV191.8109.49133.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=36.17%
G=35.08%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019415900.030.200.2251.2227.1570.39
HexC8C29F031416331b46
Octal3103022370324266333106
Binary1100100011000010100111110111010010110110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C29F; }

 p { color: rgb(200,194,159); }

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

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

 a { background-color: rgb(200,194,159); }

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

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

 span { border-color: rgb(200,194,159); }

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