Shades of Kobi #D99CB1
Tints of Kobi #D99CB1
RGB
CMYK
RGB Variations
Color information
#D99CB1 (or 0xD99CB1) is known color: Kobi. HEX triplet: D9, 9C and B1. RGB value is (217,156,177). Sum of RGB (Red+Green+Blue) = 217+156+177=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CB1 is #26634E. Grayscale: #B0B0B0. Windows color (decimal): -2515791 or 11640025. OLE color: 11640025.
HSL color Cylindrical-coordinate representation of color #D99CB1: hue angle of 339.34º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CB1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 177 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.15 |
| HSL | 339.34º | 0.45% | 0.73% | - |
| HSV(B) | 339.34º | 0.28% | 0.85% | - |
| XYZ | 48.44 | 41.7 | 47.09 | - |
| YUV | 176.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 177 | 0 | 0.28 | 0.18 | 0.15 | 339.34 | 0.45 | 0.73 |
| Hex | D9 | 9C | B1 | 0 | 1C | 12 | F | 153 | 2D | 49 |
| Octal | 331 | 234 | 261 | 0 | 34 | 22 | 17 | 523 | 55 | 111 |
| Binary | 11011001 | 10011100 | 10110001 | 0 | 11100 | 10010 | 1111 | 101010011 | 101101 | 1001001 |
Color Harmonies of #D99CB1
Complementary color
Monochromatic Colors of #D99CB1
Black with #D99CB1
Text Example
Text Example
White with #D99CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CB1; }
p { color: rgb(217,156,177); }
H1.HeaderClassName
{
color: #D99CB1;
}
.AnyTagClassName
{
color: #D99CB1;
}
</style>
background-color css
<style>
a { background-color: #D99CB1; }
a { background-color: rgb(217,156,177); }
div.DivClassName
{
background-color: #D99CB1;
}
.BgClassName
{
background-color: #D99CB1;
}
</style>
border-color css
<style>
span { border-color: #D99CB1; }
span { border-color: rgb(217,156,177); }
td.TdClassName
{
border-color: #D99CB1;
}
.TagClassName
{
border-color: #D99CB1;
}
</style>