Shades of Kobi #D598A9
Tints of Kobi #D598A9
RGB
CMYK
RGB Variations
Color information
#D598A9 (or 0xD598A9) is known color: Kobi. HEX triplet: D5, 98 and A9. RGB value is (213,152,169). Sum of RGB (Red+Green+Blue) = 213+152+169=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A9 is #2A6756. Grayscale: #ACACAC. Windows color (decimal): -2778967 or 11114709. OLE color: 11114709.
HSL color Cylindrical-coordinate representation of color #D598A9: hue angle of 343.28º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598A9 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 169 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.16 |
| HSL | 343.28º | 0.42% | 0.72% | - |
| HSV(B) | 343.28º | 0.29% | 0.84% | - |
| XYZ | 45.83 | 39.47 | 42.74 | - |
| YUV | 172.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 169 | 0 | 0.29 | 0.21 | 0.16 | 343.28 | 0.42 | 0.72 |
| Hex | D5 | 98 | A9 | 0 | 1D | 15 | 10 | 157 | 2A | 48 |
| Octal | 325 | 230 | 251 | 0 | 35 | 25 | 20 | 527 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10101001 | 0 | 11101 | 10101 | 10000 | 101010111 | 101010 | 1001000 |
Color Harmonies of #D598A9
Complementary color
Monochromatic Colors of #D598A9
Black with #D598A9
Text Example
Text Example
White with #D598A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598A9; }
p { color: rgb(213,152,169); }
H1.HeaderClassName
{
color: #D598A9;
}
.AnyTagClassName
{
color: #D598A9;
}
</style>
background-color css
<style>
a { background-color: #D598A9; }
a { background-color: rgb(213,152,169); }
div.DivClassName
{
background-color: #D598A9;
}
.BgClassName
{
background-color: #D598A9;
}
</style>
border-color css
<style>
span { border-color: #D598A9; }
span { border-color: rgb(213,152,169); }
td.TdClassName
{
border-color: #D598A9;
}
.TagClassName
{
border-color: #D598A9;
}
</style>