#C6C09D

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

Shades of Ash #C6C09D

Tints of Ash #C6C09D

Color information

#C6C09D (or 0xC6C09D) is unknown color: approx Ash. HEX triplet: C6, C0 and 9D. RGB value is (198,192,157). Sum of RGB (Red+Green+Blue) = 198+192+157=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C09D is #393F62. Grayscale: #BDBDBD. Windows color (decimal): -3751779 or 10338502. OLE color: 10338502.

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

Color convert

RGB198192157-
CMYK00.030.210.22
HSL51.22º26.45%69.61%-
HSV(B)51.22º20.71%77.65%-
XYZ48.2252.1439.42-
YUV189.8109.49133.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=36.20%
G=35.10%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819215700.030.210.2251.2226.4569.61
HexC6C09D031516331a46
Octal3063002350325266332106
Binary1100011011000000100111010111010110110110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C09D; }

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

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

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

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

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

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

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

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