#C5C09D

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

Shades of Ash #C5C09D

Tints of Ash #C5C09D

Color information

#C5C09D (or 0xC5C09D) is unknown color: approx Ash. HEX triplet: C5, C0 and 9D. RGB value is (197,192,157). Sum of RGB (Red+Green+Blue) = 197+192+157=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C09D is #3A3F62. Grayscale: #BDBDBD. Windows color (decimal): -3817315 or 10338501. OLE color: 10338501.

HSL color Cylindrical-coordinate representation of color #C5C09D: hue angle of 52.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5C09D is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197192157-
CMYK00.030.200.23
HSL52.5º25.64%69.41%-
HSV(B)52.5º20.3%77.25%-
XYZ47.965239.41-
YUV189.5109.66133.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=36.08%
G=35.16%
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.23
SystemRedGreenBlueCMYKHSL
Decimal19719215700.030.200.2352.525.6469.41
HexC5C09D031417341a45
Octal3053002350324276432105
Binary1100010111000000100111010111010010111110100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C09D; }

 p { color: rgb(197,192,157); }

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

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

 a { background-color: rgb(197,192,157); }

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

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

 span { border-color: rgb(197,192,157); }

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