Html Css Color HEX #C6C09F Ash

📋 copy color: '#C6C09F'

red 198 ◦ green 192 ◦ blue 159

#C6C09F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ash #C6C09F

Tints of Ash #C6C09F

RGB

 RED value IS 198 (77.73% from 255) = 36.07%

 GREEN value IS 192 (75.39% from 255) = 34.97%

 BLUE value IS 159 (62.5% from 255) = 28.96%

R = 36.07%
G = 34.97%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6C09F (or 0xC6C09F) is known color: Ash. HEX triplet: C6, C0 and 9F. RGB value is (198,192,159). Sum of RGB (Red+Green+Blue) = 198+192+159=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C09F is #393F60. Grayscale: #BEBEBE. Windows color (decimal): -3751777 or 10469574. OLE color: 10469574.

HSL color Cylindrical-coordinate representation of color #C6C09F: hue angle of 50.77º degrees, saturation: 0.25, 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 #C6C09F is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 159 -
CMYK 0 0.03 0.20 0.22
HSL 50.77º 0.25% 0.7% -
HSV(B) 50.77º 0.2% 0.78% -
XYZ 48.4 52.21 40.33 -
YUV 190.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 198 192 159 0 0.03 0.20 0.22 50.77 0.25 0.7
Hex C6 C0 9F 0 3 14 16 33 19 46
Octal 306 300 237 0 3 24 26 63 31 106
Binary 11000110 11000000 10011111 0 11 10100 10110 110011 11001 1000110

Color Harmonies of #C6C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C09F

Black with #C6C09F

Text Example


Text Example

White with #C6C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C09F; }

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

 H1.HeaderClassName
 {
   color: #C6C09F;
 }
 .AnyTagClassName
 {
   color: #C6C09F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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