Shades of Kobi #D5A0AC
Tints of Kobi #D5A0AC
RGB
CMYK
RGB Variations
Color information
#D5A0AC (or 0xD5A0AC) is known color: Kobi. HEX triplet: D5, A0 and AC. RGB value is (213,160,172). Sum of RGB (Red+Green+Blue) = 213+160+172=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A0AC is #2A5F53. Grayscale: #B1B1B1. Windows color (decimal): -2776916 or 11313365. OLE color: 11313365.
HSL color Cylindrical-coordinate representation of color #D5A0AC: hue angle of 346.42º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0AC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 172 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.16 |
| HSL | 346.42º | 0.39% | 0.73% | - |
| HSV(B) | 346.42º | 0.25% | 0.84% | - |
| XYZ | 47.46 | 42.27 | 44.69 | - |
| YUV | 177.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 172 | 0 | 0.25 | 0.19 | 0.16 | 346.42 | 0.39 | 0.73 |
| Hex | D5 | A0 | AC | 0 | 19 | 13 | 10 | 15A | 27 | 49 |
| Octal | 325 | 240 | 254 | 0 | 31 | 23 | 20 | 532 | 47 | 111 |
| Binary | 11010101 | 10100000 | 10101100 | 0 | 11001 | 10011 | 10000 | 101011010 | 100111 | 1001001 |
Color Harmonies of #D5A0AC
Complementary color
Monochromatic Colors of #D5A0AC
Black with #D5A0AC
Text Example
Text Example
White with #D5A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0AC; }
p { color: rgb(213,160,172); }
H1.HeaderClassName
{
color: #D5A0AC;
}
.AnyTagClassName
{
color: #D5A0AC;
}
</style>
background-color css
<style>
a { background-color: #D5A0AC; }
a { background-color: rgb(213,160,172); }
div.DivClassName
{
background-color: #D5A0AC;
}
.BgClassName
{
background-color: #D5A0AC;
}
</style>
border-color css
<style>
span { border-color: #D5A0AC; }
span { border-color: rgb(213,160,172); }
td.TdClassName
{
border-color: #D5A0AC;
}
.TagClassName
{
border-color: #D5A0AC;
}
</style>