Shades of Kobi #D19AAA
Tints of Kobi #D19AAA
RGB
CMYK
RGB Variations
Color information
#D19AAA (or 0xD19AAA) is known color: Kobi. HEX triplet: D1, 9A and AA. RGB value is (209,154,170). Sum of RGB (Red+Green+Blue) = 209+154+170=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AAA is #2E6555. Grayscale: #ACACAC. Windows color (decimal): -3040598 or 11180753. OLE color: 11180753.
HSL color Cylindrical-coordinate representation of color #D19AAA: hue angle of 342.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19AAA is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 170 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.18 |
| HSL | 342.55º | 0.37% | 0.71% | - |
| HSV(B) | 342.55º | 0.26% | 0.82% | - |
| XYZ | 45.11 | 39.57 | 43.29 | - |
| YUV | 172.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 170 | 0 | 0.26 | 0.19 | 0.18 | 342.55 | 0.37 | 0.71 |
| Hex | D1 | 9A | AA | 0 | 1A | 13 | 12 | 157 | 25 | 47 |
| Octal | 321 | 232 | 252 | 0 | 32 | 23 | 22 | 527 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10101010 | 0 | 11010 | 10011 | 10010 | 101010111 | 100101 | 1000111 |
Color Harmonies of #D19AAA
Complementary color
Monochromatic Colors of #D19AAA
Black with #D19AAA
Text Example
Text Example
White with #D19AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AAA; }
p { color: rgb(209,154,170); }
H1.HeaderClassName
{
color: #D19AAA;
}
.AnyTagClassName
{
color: #D19AAA;
}
</style>
background-color css
<style>
a { background-color: #D19AAA; }
a { background-color: rgb(209,154,170); }
div.DivClassName
{
background-color: #D19AAA;
}
.BgClassName
{
background-color: #D19AAA;
}
</style>
border-color css
<style>
span { border-color: #D19AAA; }
span { border-color: rgb(209,154,170); }
td.TdClassName
{
border-color: #D19AAA;
}
.TagClassName
{
border-color: #D19AAA;
}
</style>