Shades of Kobi #D4A2AF
Tints of Kobi #D4A2AF
RGB
CMYK
RGB Variations
Color information
#D4A2AF (or 0xD4A2AF) is known color: Kobi. HEX triplet: D4, A2 and AF. RGB value is (212,162,175). Sum of RGB (Red+Green+Blue) = 212+162+175=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2AF is #2B5D50. Grayscale: #B2B2B2. Windows color (decimal): -2841937 or 11510484. OLE color: 11510484.
HSL color Cylindrical-coordinate representation of color #D4A2AF: hue angle of 344.4º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2AF is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 175 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.17 |
| HSL | 344.4º | 0.37% | 0.73% | - |
| HSV(B) | 344.4º | 0.24% | 0.83% | - |
| XYZ | 47.81 | 42.93 | 46.32 | - |
| YUV | 178.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 175 | 0 | 0.24 | 0.17 | 0.17 | 344.4 | 0.37 | 0.73 |
| Hex | D4 | A2 | AF | 0 | 18 | 11 | 11 | 158 | 25 | 49 |
| Octal | 324 | 242 | 257 | 0 | 30 | 21 | 21 | 530 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10101111 | 0 | 11000 | 10001 | 10001 | 101011000 | 100101 | 1001001 |
Color Harmonies of #D4A2AF
Complementary color
Monochromatic Colors of #D4A2AF
Black with #D4A2AF
Text Example
Text Example
White with #D4A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2AF; }
p { color: rgb(212,162,175); }
H1.HeaderClassName
{
color: #D4A2AF;
}
.AnyTagClassName
{
color: #D4A2AF;
}
</style>
background-color css
<style>
a { background-color: #D4A2AF; }
a { background-color: rgb(212,162,175); }
div.DivClassName
{
background-color: #D4A2AF;
}
.BgClassName
{
background-color: #D4A2AF;
}
</style>
border-color css
<style>
span { border-color: #D4A2AF; }
span { border-color: rgb(212,162,175); }
td.TdClassName
{
border-color: #D4A2AF;
}
.TagClassName
{
border-color: #D4A2AF;
}
</style>