Html Css Color HEX #C6BFA9 Ash

📋 copy color: '#C6BFA9'

red 198 ◦ green 191 ◦ blue 169

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

Shades of Ash #C6BFA9

Tints of Ash #C6BFA9

RGB

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

 GREEN value IS 191 (75% from 255) = 34.23%

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 35.48%
G = 34.23%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C6BFA9 (or 0xC6BFA9) is known color: Ash. HEX triplet: C6, BF and A9. RGB value is (198,191,169). Sum of RGB (Red+Green+Blue) = 198+191+169=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFA9 is #394056. Grayscale: #BEBEBE. Windows color (decimal): -3752023 or 11124678. OLE color: 11124678.

HSL color Cylindrical-coordinate representation of color #C6BFA9: hue angle of 45.52º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BFA9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 191 169 -
CMYK 0 0.04 0.15 0.22
HSL 45.52º 0.2% 0.72% -
HSV(B) 45.52º 0.15% 0.78% -
XYZ 49.08 52.13 45.01 -
YUV 190.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 198 191 169 0 0.04 0.15 0.22 45.52 0.2 0.72
Hex C6 BF A9 0 4 F 16 2E 14 48
Octal 306 277 251 0 4 17 26 56 24 110
Binary 11000110 10111111 10101001 0 100 1111 10110 101110 10100 1001000

Color Harmonies of #C6BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFA9

Black with #C6BFA9

Text Example


Text Example

White with #C6BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFA9; }

 p { color: rgb(198,191,169); }

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

background-color css

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

 a { background-color: rgb(198,191,169); }

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

border-color css

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

 span { border-color: rgb(198,191,169); }

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