Shades of Kobi #D59CB4
Tints of Kobi #D59CB4
RGB
CMYK
RGB Variations
Color information
#D59CB4 (or 0xD59CB4) is known color: Kobi. HEX triplet: D5, 9C and B4. RGB value is (213,156,180). Sum of RGB (Red+Green+Blue) = 213+156+180=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CB4 is #2A634B. Grayscale: #AFAFAF. Windows color (decimal): -2777932 or 11836629. OLE color: 11836629.
HSL color Cylindrical-coordinate representation of color #D59CB4: hue angle of 334.74º degrees, saturation: 0.4, 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 #D59CB4 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 180 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.16 |
| HSL | 334.74º | 0.4% | 0.72% | - |
| HSV(B) | 334.74º | 0.27% | 0.84% | - |
| XYZ | 47.57 | 41.22 | 48.63 | - |
| YUV | 175.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 180 | 0 | 0.27 | 0.15 | 0.16 | 334.74 | 0.4 | 0.72 |
| Hex | D5 | 9C | B4 | 0 | 1B | F | 10 | 14F | 28 | 48 |
| Octal | 325 | 234 | 264 | 0 | 33 | 17 | 20 | 517 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10110100 | 0 | 11011 | 1111 | 10000 | 101001111 | 101000 | 1001000 |
Color Harmonies of #D59CB4
Complementary color
Monochromatic Colors of #D59CB4
Black with #D59CB4
Text Example
Text Example
White with #D59CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CB4; }
p { color: rgb(213,156,180); }
H1.HeaderClassName
{
color: #D59CB4;
}
.AnyTagClassName
{
color: #D59CB4;
}
</style>
background-color css
<style>
a { background-color: #D59CB4; }
a { background-color: rgb(213,156,180); }
div.DivClassName
{
background-color: #D59CB4;
}
.BgClassName
{
background-color: #D59CB4;
}
</style>
border-color css
<style>
span { border-color: #D59CB4; }
span { border-color: rgb(213,156,180); }
td.TdClassName
{
border-color: #D59CB4;
}
.TagClassName
{
border-color: #D59CB4;
}
</style>