Shades of Ash #C2BBA4
Tints of Ash #C2BBA4
RGB
CMYK
RGB Variations
Color information
#C2BBA4 (or 0xC2BBA4) is known color: Ash. HEX triplet: C2, BB and A4. RGB value is (194,187,164). Sum of RGB (Red+Green+Blue) = 194+187+164=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBA4 is #3D445B. Grayscale: #BABABA. Windows color (decimal): -4015196 or 10795970. OLE color: 10795970.
HSL color Cylindrical-coordinate representation of color #C2BBA4: hue angle of 46º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BBA4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 187 | 164 | - |
CMYK | 0 | 0.04 | 0.15 | 0.24 |
HSL | 46º | 0.2% | 0.7% | - |
HSV(B) | 46º | 0.15% | 0.76% | - |
XYZ | 46.72 | 49.69 | 42.25 | - |
YUV | 186.47 | 115.32 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 187 | 164 | 0 | 0.04 | 0.15 | 0.24 | 46 | 0.2 | 0.7 |
Hex | C2 | BB | A4 | 0 | 4 | F | 18 | 2E | 14 | 46 |
Octal | 302 | 273 | 244 | 0 | 4 | 17 | 30 | 56 | 24 | 106 |
Binary | 11000010 | 10111011 | 10100100 | 0 | 100 | 1111 | 11000 | 101110 | 10100 | 1000110 |
Color Harmonies of #C2BBA4
Complementary color
Monochromatic Colors of #C2BBA4
Black with #C2BBA4
Text Example
Text Example
White with #C2BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBA4; }
p { color: rgb(194,187,164); }
H1.HeaderClassName
{
color: #C2BBA4;
}
.AnyTagClassName
{
color: #C2BBA4;
}
</style>
background-color css
<style>
a { background-color: #C2BBA4; }
a { background-color: rgb(194,187,164); }
div.DivClassName
{
background-color: #C2BBA4;
}
.BgClassName
{
background-color: #C2BBA4;
}
</style>
border-color css
<style>
span { border-color: #C2BBA4; }
span { border-color: rgb(194,187,164); }
td.TdClassName
{
border-color: #C2BBA4;
}
.TagClassName
{
border-color: #C2BBA4;
}
</style>