Shades of Kobi #D5A3AF
Tints of Kobi #D5A3AF
RGB
CMYK
RGB Variations
Color information
#D5A3AF (or 0xD5A3AF) is known color: Kobi. HEX triplet: D5, A3 and AF. RGB value is (213,163,175). Sum of RGB (Red+Green+Blue) = 213+163+175=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A3AF is #2A5C50. Grayscale: #B3B3B3. Windows color (decimal): -2776145 or 11510741. OLE color: 11510741.
HSL color Cylindrical-coordinate representation of color #D5A3AF: hue angle of 345.6º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3AF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 175 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.16 |
| HSL | 345.6º | 0.37% | 0.74% | - |
| HSV(B) | 345.6º | 0.23% | 0.84% | - |
| XYZ | 48.28 | 43.44 | 46.4 | - |
| YUV | 179.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 175 | 0 | 0.23 | 0.18 | 0.16 | 345.6 | 0.37 | 0.74 |
| Hex | D5 | A3 | AF | 0 | 17 | 12 | 10 | 15A | 25 | 4A |
| Octal | 325 | 243 | 257 | 0 | 27 | 22 | 20 | 532 | 45 | 112 |
| Binary | 11010101 | 10100011 | 10101111 | 0 | 10111 | 10010 | 10000 | 101011010 | 100101 | 1001010 |
Color Harmonies of #D5A3AF
Complementary color
Monochromatic Colors of #D5A3AF
Black with #D5A3AF
Text Example
Text Example
White with #D5A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3AF; }
p { color: rgb(213,163,175); }
H1.HeaderClassName
{
color: #D5A3AF;
}
.AnyTagClassName
{
color: #D5A3AF;
}
</style>
background-color css
<style>
a { background-color: #D5A3AF; }
a { background-color: rgb(213,163,175); }
div.DivClassName
{
background-color: #D5A3AF;
}
.BgClassName
{
background-color: #D5A3AF;
}
</style>
border-color css
<style>
span { border-color: #D5A3AF; }
span { border-color: rgb(213,163,175); }
td.TdClassName
{
border-color: #D5A3AF;
}
.TagClassName
{
border-color: #D5A3AF;
}
</style>