Shades of Kobi #D59BAC
Tints of Kobi #D59BAC
RGB
CMYK
RGB Variations
Color information
#D59BAC (or 0xD59BAC) is known color: Kobi. HEX triplet: D5, 9B and AC. RGB value is (213,155,172). Sum of RGB (Red+Green+Blue) = 213+155+172=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BAC is #2A6453. Grayscale: #AEAEAE. Windows color (decimal): -2778196 or 11312085. OLE color: 11312085.
HSL color Cylindrical-coordinate representation of color #D59BAC: hue angle of 342.41º 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 #D59BAC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 172 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.16 |
| HSL | 342.41º | 0.41% | 0.72% | - |
| HSV(B) | 342.41º | 0.27% | 0.84% | - |
| XYZ | 46.61 | 40.57 | 44.4 | - |
| YUV | 174.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 172 | 0 | 0.27 | 0.19 | 0.16 | 342.41 | 0.41 | 0.72 |
| Hex | D5 | 9B | AC | 0 | 1B | 13 | 10 | 156 | 29 | 48 |
| Octal | 325 | 233 | 254 | 0 | 33 | 23 | 20 | 526 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10101100 | 0 | 11011 | 10011 | 10000 | 101010110 | 101001 | 1001000 |
Color Harmonies of #D59BAC
Complementary color
Monochromatic Colors of #D59BAC
Black with #D59BAC
Text Example
Text Example
White with #D59BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BAC; }
p { color: rgb(213,155,172); }
H1.HeaderClassName
{
color: #D59BAC;
}
.AnyTagClassName
{
color: #D59BAC;
}
</style>
background-color css
<style>
a { background-color: #D59BAC; }
a { background-color: rgb(213,155,172); }
div.DivClassName
{
background-color: #D59BAC;
}
.BgClassName
{
background-color: #D59BAC;
}
</style>
border-color css
<style>
span { border-color: #D59BAC; }
span { border-color: rgb(213,155,172); }
td.TdClassName
{
border-color: #D59BAC;
}
.TagClassName
{
border-color: #D59BAC;
}
</style>