Shades of Kobi #D59FAE
Tints of Kobi #D59FAE
RGB
CMYK
RGB Variations
Color information
#D59FAE (or 0xD59FAE) is known color: Kobi. HEX triplet: D5, 9F and AE. RGB value is (213,159,174). Sum of RGB (Red+Green+Blue) = 213+159+174=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FAE is #2A6051. Grayscale: #B0B0B0. Windows color (decimal): -2777170 or 11444181. OLE color: 11444181.
HSL color Cylindrical-coordinate representation of color #D59FAE: hue angle of 343.33º 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 #D59FAE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 174 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.16 |
| HSL | 343.33º | 0.39% | 0.73% | - |
| HSV(B) | 343.33º | 0.25% | 0.84% | - |
| XYZ | 47.48 | 42 | 45.65 | - |
| YUV | 176.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 174 | 0 | 0.25 | 0.18 | 0.16 | 343.33 | 0.39 | 0.73 |
| Hex | D5 | 9F | AE | 0 | 19 | 12 | 10 | 157 | 27 | 49 |
| Octal | 325 | 237 | 256 | 0 | 31 | 22 | 20 | 527 | 47 | 111 |
| Binary | 11010101 | 10011111 | 10101110 | 0 | 11001 | 10010 | 10000 | 101010111 | 100111 | 1001001 |
Color Harmonies of #D59FAE
Complementary color
Monochromatic Colors of #D59FAE
Black with #D59FAE
Text Example
Text Example
White with #D59FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FAE; }
p { color: rgb(213,159,174); }
H1.HeaderClassName
{
color: #D59FAE;
}
.AnyTagClassName
{
color: #D59FAE;
}
</style>
background-color css
<style>
a { background-color: #D59FAE; }
a { background-color: rgb(213,159,174); }
div.DivClassName
{
background-color: #D59FAE;
}
.BgClassName
{
background-color: #D59FAE;
}
</style>
border-color css
<style>
span { border-color: #D59FAE; }
span { border-color: rgb(213,159,174); }
td.TdClassName
{
border-color: #D59FAE;
}
.TagClassName
{
border-color: #D59FAE;
}
</style>