Shades of Kobi #D596AD
Tints of Kobi #D596AD
RGB
CMYK
RGB Variations
Color information
#D596AD (or 0xD596AD) is known color: Kobi. HEX triplet: D5, 96 and AD. RGB value is (213,150,173). Sum of RGB (Red+Green+Blue) = 213+150+173=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D596AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596AD is #2A6952. Grayscale: #ABABAB. Windows color (decimal): -2779475 or 11376341. OLE color: 11376341.
HSL color Cylindrical-coordinate representation of color #D596AD: hue angle of 338.1º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596AD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 173 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.16 |
| HSL | 338.1º | 0.43% | 0.71% | - |
| HSV(B) | 338.1º | 0.3% | 0.84% | - |
| XYZ | 45.89 | 38.98 | 44.64 | - |
| YUV | 171.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 173 | 0 | 0.30 | 0.19 | 0.16 | 338.1 | 0.43 | 0.71 |
| Hex | D5 | 96 | AD | 0 | 1E | 13 | 10 | 152 | 2B | 47 |
| Octal | 325 | 226 | 255 | 0 | 36 | 23 | 20 | 522 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10101101 | 0 | 11110 | 10011 | 10000 | 101010010 | 101011 | 1000111 |
Color Harmonies of #D596AD
Complementary color
Monochromatic Colors of #D596AD
Black with #D596AD
Text Example
Text Example
White with #D596AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596AD; }
p { color: rgb(213,150,173); }
H1.HeaderClassName
{
color: #D596AD;
}
.AnyTagClassName
{
color: #D596AD;
}
</style>
background-color css
<style>
a { background-color: #D596AD; }
a { background-color: rgb(213,150,173); }
div.DivClassName
{
background-color: #D596AD;
}
.BgClassName
{
background-color: #D596AD;
}
</style>
border-color css
<style>
span { border-color: #D596AD; }
span { border-color: rgb(213,150,173); }
td.TdClassName
{
border-color: #D596AD;
}
.TagClassName
{
border-color: #D596AD;
}
</style>