Shades of Kobi #D59AAF
Tints of Kobi #D59AAF
RGB
CMYK
RGB Variations
Color information
#D59AAF (or 0xD59AAF) is known color: Kobi. HEX triplet: D5, 9A and AF. RGB value is (213,154,175). Sum of RGB (Red+Green+Blue) = 213+154+175=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AAF is #2A6550. Grayscale: #AEAEAE. Windows color (decimal): -2778449 or 11508437. OLE color: 11508437.
HSL color Cylindrical-coordinate representation of color #D59AAF: hue angle of 338.64º 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 #D59AAF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 175 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.16 |
| HSL | 338.64º | 0.41% | 0.72% | - |
| HSV(B) | 338.64º | 0.28% | 0.84% | - |
| XYZ | 46.73 | 40.35 | 45.88 | - |
| YUV | 174.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 175 | 0 | 0.28 | 0.18 | 0.16 | 338.64 | 0.41 | 0.72 |
| Hex | D5 | 9A | AF | 0 | 1C | 12 | 10 | 153 | 29 | 48 |
| Octal | 325 | 232 | 257 | 0 | 34 | 22 | 20 | 523 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10101111 | 0 | 11100 | 10010 | 10000 | 101010011 | 101001 | 1001000 |
Color Harmonies of #D59AAF
Complementary color
Monochromatic Colors of #D59AAF
Black with #D59AAF
Text Example
Text Example
White with #D59AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AAF; }
p { color: rgb(213,154,175); }
H1.HeaderClassName
{
color: #D59AAF;
}
.AnyTagClassName
{
color: #D59AAF;
}
</style>
background-color css
<style>
a { background-color: #D59AAF; }
a { background-color: rgb(213,154,175); }
div.DivClassName
{
background-color: #D59AAF;
}
.BgClassName
{
background-color: #D59AAF;
}
</style>
border-color css
<style>
span { border-color: #D59AAF; }
span { border-color: rgb(213,154,175); }
td.TdClassName
{
border-color: #D59AAF;
}
.TagClassName
{
border-color: #D59AAF;
}
</style>