Shades of Kobi #D5A1AF
Tints of Kobi #D5A1AF
RGB
CMYK
RGB Variations
Color information
#D5A1AF (or 0xD5A1AF) is known color: Kobi. HEX triplet: D5, A1 and AF. RGB value is (213,161,175). Sum of RGB (Red+Green+Blue) = 213+161+175=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1AF is #2A5E50. Grayscale: #B2B2B2. Windows color (decimal): -2776657 or 11510229. OLE color: 11510229.
HSL color Cylindrical-coordinate representation of color #D5A1AF: hue angle of 343.85º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1AF is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 175 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.16 |
| HSL | 343.85º | 0.38% | 0.73% | - |
| HSV(B) | 343.85º | 0.24% | 0.84% | - |
| XYZ | 47.92 | 42.73 | 46.28 | - |
| YUV | 178.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 175 | 0 | 0.24 | 0.18 | 0.16 | 343.85 | 0.38 | 0.73 |
| Hex | D5 | A1 | AF | 0 | 18 | 12 | 10 | 158 | 26 | 49 |
| Octal | 325 | 241 | 257 | 0 | 30 | 22 | 20 | 530 | 46 | 111 |
| Binary | 11010101 | 10100001 | 10101111 | 0 | 11000 | 10010 | 10000 | 101011000 | 100110 | 1001001 |
Color Harmonies of #D5A1AF
Complementary color
Monochromatic Colors of #D5A1AF
Black with #D5A1AF
Text Example
Text Example
White with #D5A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1AF; }
p { color: rgb(213,161,175); }
H1.HeaderClassName
{
color: #D5A1AF;
}
.AnyTagClassName
{
color: #D5A1AF;
}
</style>
background-color css
<style>
a { background-color: #D5A1AF; }
a { background-color: rgb(213,161,175); }
div.DivClassName
{
background-color: #D5A1AF;
}
.BgClassName
{
background-color: #D5A1AF;
}
</style>
border-color css
<style>
span { border-color: #D5A1AF; }
span { border-color: rgb(213,161,175); }
td.TdClassName
{
border-color: #D5A1AF;
}
.TagClassName
{
border-color: #D5A1AF;
}
</style>