Shades of Kobi #D59BAF
Tints of Kobi #D59BAF
RGB
CMYK
RGB Variations
Color information
#D59BAF (or 0xD59BAF) is known color: Kobi. HEX triplet: D5, 9B and AF. RGB value is (213,155,175). Sum of RGB (Red+Green+Blue) = 213+155+175=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BAF is #2A6450. Grayscale: #AEAEAE. Windows color (decimal): -2778193 or 11508693. OLE color: 11508693.
HSL color Cylindrical-coordinate representation of color #D59BAF: hue angle of 339.31º 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 #D59BAF is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 175 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.16 |
| HSL | 339.31º | 0.41% | 0.72% | - |
| HSV(B) | 339.31º | 0.27% | 0.84% | - |
| XYZ | 46.9 | 40.68 | 45.94 | - |
| YUV | 174.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 175 | 0 | 0.27 | 0.18 | 0.16 | 339.31 | 0.41 | 0.72 |
| Hex | D5 | 9B | AF | 0 | 1B | 12 | 10 | 153 | 29 | 48 |
| Octal | 325 | 233 | 257 | 0 | 33 | 22 | 20 | 523 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10101111 | 0 | 11011 | 10010 | 10000 | 101010011 | 101001 | 1001000 |
Color Harmonies of #D59BAF
Complementary color
Monochromatic Colors of #D59BAF
Black with #D59BAF
Text Example
Text Example
White with #D59BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BAF; }
p { color: rgb(213,155,175); }
H1.HeaderClassName
{
color: #D59BAF;
}
.AnyTagClassName
{
color: #D59BAF;
}
</style>
background-color css
<style>
a { background-color: #D59BAF; }
a { background-color: rgb(213,155,175); }
div.DivClassName
{
background-color: #D59BAF;
}
.BgClassName
{
background-color: #D59BAF;
}
</style>
border-color css
<style>
span { border-color: #D59BAF; }
span { border-color: rgb(213,155,175); }
td.TdClassName
{
border-color: #D59BAF;
}
.TagClassName
{
border-color: #D59BAF;
}
</style>