Shades of Kobi #D2A1AE
Tints of Kobi #D2A1AE
RGB
CMYK
RGB Variations
Color information
#D2A1AE (or 0xD2A1AE) is known color: Kobi. HEX triplet: D2, A1 and AE. RGB value is (210,161,174). Sum of RGB (Red+Green+Blue) = 210+161+174=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A1AE is #2D5E51. Grayscale: #B1B1B1. Windows color (decimal): -2973266 or 11444690. OLE color: 11444690.
HSL color Cylindrical-coordinate representation of color #D2A1AE: hue angle of 344.08º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1AE is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 174 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.18 |
| HSL | 344.08º | 0.35% | 0.73% | - |
| HSV(B) | 344.08º | 0.23% | 0.82% | - |
| XYZ | 46.96 | 42.25 | 45.72 | - |
| YUV | 177.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 174 | 0 | 0.23 | 0.17 | 0.18 | 344.08 | 0.35 | 0.73 |
| Hex | D2 | A1 | AE | 0 | 17 | 11 | 12 | 158 | 23 | 49 |
| Octal | 322 | 241 | 256 | 0 | 27 | 21 | 22 | 530 | 43 | 111 |
| Binary | 11010010 | 10100001 | 10101110 | 0 | 10111 | 10001 | 10010 | 101011000 | 100011 | 1001001 |
Color Harmonies of #D2A1AE
Complementary color
Monochromatic Colors of #D2A1AE
Black with #D2A1AE
Text Example
Text Example
White with #D2A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1AE; }
p { color: rgb(210,161,174); }
H1.HeaderClassName
{
color: #D2A1AE;
}
.AnyTagClassName
{
color: #D2A1AE;
}
</style>
background-color css
<style>
a { background-color: #D2A1AE; }
a { background-color: rgb(210,161,174); }
div.DivClassName
{
background-color: #D2A1AE;
}
.BgClassName
{
background-color: #D2A1AE;
}
</style>
border-color css
<style>
span { border-color: #D2A1AE; }
span { border-color: rgb(210,161,174); }
td.TdClassName
{
border-color: #D2A1AE;
}
.TagClassName
{
border-color: #D2A1AE;
}
</style>