Shades of Kobi #D59BA8
Tints of Kobi #D59BA8
RGB
CMYK
RGB Variations
Color information
#D59BA8 (or 0xD59BA8) is known color: Kobi. HEX triplet: D5, 9B and A8. RGB value is (213,155,168). Sum of RGB (Red+Green+Blue) = 213+155+168=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA8 is #2A6457. Grayscale: #ADADAD. Windows color (decimal): -2778200 or 11049941. OLE color: 11049941.
HSL color Cylindrical-coordinate representation of color #D59BA8: hue angle of 346.55º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BA8 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 168 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.16 |
| HSL | 346.55º | 0.41% | 0.72% | - |
| HSV(B) | 346.55º | 0.27% | 0.84% | - |
| XYZ | 46.23 | 40.42 | 42.41 | - |
| YUV | 173.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 168 | 0 | 0.27 | 0.21 | 0.16 | 346.55 | 0.41 | 0.72 |
| Hex | D5 | 9B | A8 | 0 | 1B | 15 | 10 | 15B | 29 | 48 |
| Octal | 325 | 233 | 250 | 0 | 33 | 25 | 20 | 533 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10101000 | 0 | 11011 | 10101 | 10000 | 101011011 | 101001 | 1001000 |
Color Harmonies of #D59BA8
Complementary color
Monochromatic Colors of #D59BA8
Black with #D59BA8
Text Example
Text Example
White with #D59BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA8; }
p { color: rgb(213,155,168); }
H1.HeaderClassName
{
color: #D59BA8;
}
.AnyTagClassName
{
color: #D59BA8;
}
</style>
background-color css
<style>
a { background-color: #D59BA8; }
a { background-color: rgb(213,155,168); }
div.DivClassName
{
background-color: #D59BA8;
}
.BgClassName
{
background-color: #D59BA8;
}
</style>
border-color css
<style>
span { border-color: #D59BA8; }
span { border-color: rgb(213,155,168); }
td.TdClassName
{
border-color: #D59BA8;
}
.TagClassName
{
border-color: #D59BA8;
}
</style>