Shades of Kobi #D595AA
Tints of Kobi #D595AA
RGB
CMYK
RGB Variations
Color information
#D595AA (or 0xD595AA) is known color: Kobi. HEX triplet: D5, 95 and AA. RGB value is (213,149,170). Sum of RGB (Red+Green+Blue) = 213+149+170=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AA is #2A6A55. Grayscale: #AAAAAA. Windows color (decimal): -2779734 or 11179477. OLE color: 11179477.
HSL color Cylindrical-coordinate representation of color #D595AA: hue angle of 340.31º 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 #D595AA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 170 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.16 |
| HSL | 340.31º | 0.43% | 0.71% | - |
| HSV(B) | 340.31º | 0.3% | 0.84% | - |
| XYZ | 45.44 | 38.54 | 43.07 | - |
| YUV | 170.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 170 | 0 | 0.30 | 0.20 | 0.16 | 340.31 | 0.43 | 0.71 |
| Hex | D5 | 95 | AA | 0 | 1E | 14 | 10 | 154 | 2B | 47 |
| Octal | 325 | 225 | 252 | 0 | 36 | 24 | 20 | 524 | 53 | 107 |
| Binary | 11010101 | 10010101 | 10101010 | 0 | 11110 | 10100 | 10000 | 101010100 | 101011 | 1000111 |
Color Harmonies of #D595AA
Complementary color
Monochromatic Colors of #D595AA
Black with #D595AA
Text Example
Text Example
White with #D595AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595AA; }
p { color: rgb(213,149,170); }
H1.HeaderClassName
{
color: #D595AA;
}
.AnyTagClassName
{
color: #D595AA;
}
</style>
background-color css
<style>
a { background-color: #D595AA; }
a { background-color: rgb(213,149,170); }
div.DivClassName
{
background-color: #D595AA;
}
.BgClassName
{
background-color: #D595AA;
}
</style>
border-color css
<style>
span { border-color: #D595AA; }
span { border-color: rgb(213,149,170); }
td.TdClassName
{
border-color: #D595AA;
}
.TagClassName
{
border-color: #D595AA;
}
</style>