Shades of Silk #C2AB9A
Tints of Silk #C2AB9A
RGB
CMYK
RGB Variations
Color information
#C2AB9A (or 0xC2AB9A) is known color: Silk. HEX triplet: C2, AB and 9A. RGB value is (194,171,154). Sum of RGB (Red+Green+Blue) = 194+171+154=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB9A is #3D5465. Grayscale: #B0B0B0. Windows color (decimal): -4019302 or 10136514. OLE color: 10136514.
HSL color Cylindrical-coordinate representation of color #C2AB9A: hue angle of 25.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AB9A is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 154 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.24 |
| HSL | 25.5º | 0.25% | 0.68% | - |
| HSV(B) | 25.5º | 0.21% | 0.76% | - |
| XYZ | 42.64 | 42.93 | 36.61 | - |
| YUV | 175.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 154 | 0 | 0.12 | 0.21 | 0.24 | 25.5 | 0.25 | 0.68 |
| Hex | C2 | AB | 9A | 0 | C | 15 | 18 | 1A | 19 | 44 |
| Octal | 302 | 253 | 232 | 0 | 14 | 25 | 30 | 32 | 31 | 104 |
| Binary | 11000010 | 10101011 | 10011010 | 0 | 1100 | 10101 | 11000 | 11010 | 11001 | 1000100 |
Color Harmonies of #C2AB9A
Complementary color
Monochromatic Colors of #C2AB9A
Black with #C2AB9A
Text Example
Text Example
White with #C2AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB9A; }
p { color: rgb(194,171,154); }
H1.HeaderClassName
{
color: #C2AB9A;
}
.AnyTagClassName
{
color: #C2AB9A;
}
</style>
background-color css
<style>
a { background-color: #C2AB9A; }
a { background-color: rgb(194,171,154); }
div.DivClassName
{
background-color: #C2AB9A;
}
.BgClassName
{
background-color: #C2AB9A;
}
</style>
border-color css
<style>
span { border-color: #C2AB9A; }
span { border-color: rgb(194,171,154); }
td.TdClassName
{
border-color: #C2AB9A;
}
.TagClassName
{
border-color: #C2AB9A;
}
</style>