Shades of Kobi #D598AC
Tints of Kobi #D598AC
RGB
CMYK
RGB Variations
Color information
#D598AC (or 0xD598AC) is known color: Kobi. HEX triplet: D5, 98 and AC. RGB value is (213,152,172). Sum of RGB (Red+Green+Blue) = 213+152+172=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D598AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598AC is #2A6753. Grayscale: #ACACAC. Windows color (decimal): -2778964 or 11311317. OLE color: 11311317.
HSL color Cylindrical-coordinate representation of color #D598AC: hue angle of 340.33º 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 #D598AC is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 172 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.16 |
| HSL | 340.33º | 0.42% | 0.72% | - |
| HSV(B) | 340.33º | 0.29% | 0.84% | - |
| XYZ | 46.12 | 39.58 | 44.24 | - |
| YUV | 172.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 172 | 0 | 0.29 | 0.19 | 0.16 | 340.33 | 0.42 | 0.72 |
| Hex | D5 | 98 | AC | 0 | 1D | 13 | 10 | 154 | 2A | 48 |
| Octal | 325 | 230 | 254 | 0 | 35 | 23 | 20 | 524 | 52 | 110 |
| Binary | 11010101 | 10011000 | 10101100 | 0 | 11101 | 10011 | 10000 | 101010100 | 101010 | 1001000 |
Color Harmonies of #D598AC
Complementary color
Monochromatic Colors of #D598AC
Black with #D598AC
Text Example
Text Example
White with #D598AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598AC; }
p { color: rgb(213,152,172); }
H1.HeaderClassName
{
color: #D598AC;
}
.AnyTagClassName
{
color: #D598AC;
}
</style>
background-color css
<style>
a { background-color: #D598AC; }
a { background-color: rgb(213,152,172); }
div.DivClassName
{
background-color: #D598AC;
}
.BgClassName
{
background-color: #D598AC;
}
</style>
border-color css
<style>
span { border-color: #D598AC; }
span { border-color: rgb(213,152,172); }
td.TdClassName
{
border-color: #D598AC;
}
.TagClassName
{
border-color: #D598AC;
}
</style>