Shades of Kobi #D598A6
Tints of Kobi #D598A6
RGB
CMYK
RGB Variations
Color information
#D598A6 (or 0xD598A6) is known color: Kobi. HEX triplet: D5, 98 and A6. RGB value is (213,152,166). Sum of RGB (Red+Green+Blue) = 213+152+166=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D598A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598A6 is #2A6759. Grayscale: #ABABAB. Windows color (decimal): -2778970 or 10918101. OLE color: 10918101.
HSL color Cylindrical-coordinate representation of color #D598A6: hue angle of 346.23º 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 #D598A6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 166 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.16 |
| HSL | 346.23º | 0.42% | 0.72% | - |
| HSV(B) | 346.23º | 0.29% | 0.84% | - |
| XYZ | 45.55 | 39.36 | 41.27 | - |
| YUV | 171.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 166 | 0 | 0.29 | 0.22 | 0.16 | 346.23 | 0.42 | 0.72 |
| Hex | D5 | 98 | A6 | 0 | 1D | 16 | 10 | 15A | 2A | 48 |
| Octal | 325 | 230 | 246 | 0 | 35 | 26 | 20 | 532 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10100110 | 0 | 11101 | 10110 | 10000 | 101011010 | 101010 | 1001000 |
Color Harmonies of #D598A6
Complementary color
Monochromatic Colors of #D598A6
Black with #D598A6
Text Example
Text Example
White with #D598A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598A6; }
p { color: rgb(213,152,166); }
H1.HeaderClassName
{
color: #D598A6;
}
.AnyTagClassName
{
color: #D598A6;
}
</style>
background-color css
<style>
a { background-color: #D598A6; }
a { background-color: rgb(213,152,166); }
div.DivClassName
{
background-color: #D598A6;
}
.BgClassName
{
background-color: #D598A6;
}
</style>
border-color css
<style>
span { border-color: #D598A6; }
span { border-color: rgb(213,152,166); }
td.TdClassName
{
border-color: #D598A6;
}
.TagClassName
{
border-color: #D598A6;
}
</style>