Shades of Kobi #D5A2AF
Tints of Kobi #D5A2AF
RGB
CMYK
RGB Variations
Color information
#D5A2AF (or 0xD5A2AF) is known color: Kobi. HEX triplet: D5, A2 and AF. RGB value is (213,162,175). Sum of RGB (Red+Green+Blue) = 213+162+175=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2AF is #2A5D50. Grayscale: #B2B2B2. Windows color (decimal): -2776401 or 11510485. OLE color: 11510485.
HSL color Cylindrical-coordinate representation of color #D5A2AF: hue angle of 344.71º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2AF is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 175 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.16 |
| HSL | 344.71º | 0.38% | 0.74% | - |
| HSV(B) | 344.71º | 0.24% | 0.84% | - |
| XYZ | 48.1 | 43.08 | 46.34 | - |
| YUV | 178.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 175 | 0 | 0.24 | 0.18 | 0.16 | 344.71 | 0.38 | 0.74 |
| Hex | D5 | A2 | AF | 0 | 18 | 12 | 10 | 159 | 26 | 4A |
| Octal | 325 | 242 | 257 | 0 | 30 | 22 | 20 | 531 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10101111 | 0 | 11000 | 10010 | 10000 | 101011001 | 100110 | 1001010 |
Color Harmonies of #D5A2AF
Complementary color
Monochromatic Colors of #D5A2AF
Black with #D5A2AF
Text Example
Text Example
White with #D5A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2AF; }
p { color: rgb(213,162,175); }
H1.HeaderClassName
{
color: #D5A2AF;
}
.AnyTagClassName
{
color: #D5A2AF;
}
</style>
background-color css
<style>
a { background-color: #D5A2AF; }
a { background-color: rgb(213,162,175); }
div.DivClassName
{
background-color: #D5A2AF;
}
.BgClassName
{
background-color: #D5A2AF;
}
</style>
border-color css
<style>
span { border-color: #D5A2AF; }
span { border-color: rgb(213,162,175); }
td.TdClassName
{
border-color: #D5A2AF;
}
.TagClassName
{
border-color: #D5A2AF;
}
</style>