Shades of Ash #C2BEA6
Tints of Ash #C2BEA6
RGB
CMYK
RGB Variations
Color information
#C2BEA6 (or 0xC2BEA6) is known color: Ash. HEX triplet: C2, BE and A6. RGB value is (194,190,166). Sum of RGB (Red+Green+Blue) = 194+190+166=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEA6 is #3D4159. Grayscale: #BCBCBC. Windows color (decimal): -4014426 or 10927810. OLE color: 10927810.
HSL color Cylindrical-coordinate representation of color #C2BEA6: hue angle of 51.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BEA6 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 190 | 166 | - |
CMYK | 0 | 0.02 | 0.14 | 0.24 |
HSL | 51.43º | 0.19% | 0.71% | - |
HSV(B) | 51.43º | 0.14% | 0.76% | - |
XYZ | 47.54 | 51.05 | 43.42 | - |
YUV | 188.46 | 115.33 | 131.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 166 | 0 | 0.02 | 0.14 | 0.24 | 51.43 | 0.19 | 0.71 |
Hex | C2 | BE | A6 | 0 | 2 | E | 18 | 33 | 13 | 47 |
Octal | 302 | 276 | 246 | 0 | 2 | 16 | 30 | 63 | 23 | 107 |
Binary | 11000010 | 10111110 | 10100110 | 0 | 10 | 1110 | 11000 | 110011 | 10011 | 1000111 |
Color Harmonies of #C2BEA6
Complementary color
Monochromatic Colors of #C2BEA6
Black with #C2BEA6
Text Example
Text Example
White with #C2BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEA6; }
p { color: rgb(194,190,166); }
H1.HeaderClassName
{
color: #C2BEA6;
}
.AnyTagClassName
{
color: #C2BEA6;
}
</style>
background-color css
<style>
a { background-color: #C2BEA6; }
a { background-color: rgb(194,190,166); }
div.DivClassName
{
background-color: #C2BEA6;
}
.BgClassName
{
background-color: #C2BEA6;
}
</style>
border-color css
<style>
span { border-color: #C2BEA6; }
span { border-color: rgb(194,190,166); }
td.TdClassName
{
border-color: #C2BEA6;
}
.TagClassName
{
border-color: #C2BEA6;
}
</style>