Shades of Kobi #D19CB1
Tints of Kobi #D19CB1
RGB
CMYK
RGB Variations
Color information
#D19CB1 (or 0xD19CB1) is known color: Kobi. HEX triplet: D1, 9C and B1. RGB value is (209,156,177). Sum of RGB (Red+Green+Blue) = 209+156+177=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CB1 is #2E634E. Grayscale: #AEAEAE. Windows color (decimal): -3040079 or 11640017. OLE color: 11640017.
HSL color Cylindrical-coordinate representation of color #D19CB1: hue angle of 336.23º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CB1 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 177 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.18 |
| HSL | 336.23º | 0.37% | 0.72% | - |
| HSV(B) | 336.23º | 0.25% | 0.82% | - |
| XYZ | 46.12 | 40.51 | 46.98 | - |
| YUV | 174.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 177 | 0 | 0.25 | 0.15 | 0.18 | 336.23 | 0.37 | 0.72 |
| Hex | D1 | 9C | B1 | 0 | 19 | F | 12 | 150 | 25 | 48 |
| Octal | 321 | 234 | 261 | 0 | 31 | 17 | 22 | 520 | 45 | 110 |
| Binary | 11010001 | 10011100 | 10110001 | 0 | 11001 | 1111 | 10010 | 101010000 | 100101 | 1001000 |
Color Harmonies of #D19CB1
Complementary color
Monochromatic Colors of #D19CB1
Black with #D19CB1
Text Example
Text Example
White with #D19CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CB1; }
p { color: rgb(209,156,177); }
H1.HeaderClassName
{
color: #D19CB1;
}
.AnyTagClassName
{
color: #D19CB1;
}
</style>
background-color css
<style>
a { background-color: #D19CB1; }
a { background-color: rgb(209,156,177); }
div.DivClassName
{
background-color: #D19CB1;
}
.BgClassName
{
background-color: #D19CB1;
}
</style>
border-color css
<style>
span { border-color: #D19CB1; }
span { border-color: rgb(209,156,177); }
td.TdClassName
{
border-color: #D19CB1;
}
.TagClassName
{
border-color: #D19CB1;
}
</style>