#C6BFA9

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

Shades of Ash #C6BFA9

Tints of Ash #C6BFA9

Color information

#C6BFA9 (or 0xC6BFA9) is unknown color: approx 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

RGB198191169-
CMYK00.040.150.22
HSL45.52º20.28%71.96%-
HSV(B)45.52º14.65%77.65%-
XYZ49.0852.1345.01-
YUV190.58115.82133.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819116900.040.150.2245.5220.2871.96
HexC6BFA904F162e1448
Octal3062772510417265624110
Binary1100011010111111101010010100111110110101110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>