Shades of Kobi #D59AAA
Tints of Kobi #D59AAA
RGB
CMYK
RGB Variations
Color information
#D59AAA (or 0xD59AAA) is known color: Kobi. HEX triplet: D5, 9A and AA. RGB value is (213,154,170). Sum of RGB (Red+Green+Blue) = 213+154+170=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AAA is #2A6555. Grayscale: #ADADAD. Windows color (decimal): -2778454 or 11180757. OLE color: 11180757.
HSL color Cylindrical-coordinate representation of color #D59AAA: hue angle of 343.73º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AAA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 170 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.16 |
| HSL | 343.73º | 0.41% | 0.72% | - |
| HSV(B) | 343.73º | 0.28% | 0.84% | - |
| XYZ | 46.25 | 40.16 | 43.34 | - |
| YUV | 173.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 170 | 0 | 0.28 | 0.20 | 0.16 | 343.73 | 0.41 | 0.72 |
| Hex | D5 | 9A | AA | 0 | 1C | 14 | 10 | 158 | 29 | 48 |
| Octal | 325 | 232 | 252 | 0 | 34 | 24 | 20 | 530 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10101010 | 0 | 11100 | 10100 | 10000 | 101011000 | 101001 | 1001000 |
Color Harmonies of #D59AAA
Complementary color
Monochromatic Colors of #D59AAA
Black with #D59AAA
Text Example
Text Example
White with #D59AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AAA; }
p { color: rgb(213,154,170); }
H1.HeaderClassName
{
color: #D59AAA;
}
.AnyTagClassName
{
color: #D59AAA;
}
</style>
background-color css
<style>
a { background-color: #D59AAA; }
a { background-color: rgb(213,154,170); }
div.DivClassName
{
background-color: #D59AAA;
}
.BgClassName
{
background-color: #D59AAA;
}
</style>
border-color css
<style>
span { border-color: #D59AAA; }
span { border-color: rgb(213,154,170); }
td.TdClassName
{
border-color: #D59AAA;
}
.TagClassName
{
border-color: #D59AAA;
}
</style>