Shades of Kobi #D09CB1
Tints of Kobi #D09CB1
RGB
CMYK
RGB Variations
Color information
#D09CB1 (or 0xD09CB1) is known color: Kobi. HEX triplet: D0, 9C and B1. RGB value is (208,156,177). Sum of RGB (Red+Green+Blue) = 208+156+177=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CB1 is #2F634E. Grayscale: #ADADAD. Windows color (decimal): -3105615 or 11640016. OLE color: 11640016.
HSL color Cylindrical-coordinate representation of color #D09CB1: hue angle of 335.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CB1 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 177 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.18 |
| HSL | 335.77º | 0.36% | 0.71% | - |
| HSV(B) | 335.77º | 0.25% | 0.82% | - |
| XYZ | 45.84 | 40.36 | 46.97 | - |
| YUV | 173.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 177 | 0 | 0.25 | 0.15 | 0.18 | 335.77 | 0.36 | 0.71 |
| Hex | D0 | 9C | B1 | 0 | 19 | F | 12 | 150 | 24 | 47 |
| Octal | 320 | 234 | 261 | 0 | 31 | 17 | 22 | 520 | 44 | 107 |
| Binary | 11010000 | 10011100 | 10110001 | 0 | 11001 | 1111 | 10010 | 101010000 | 100100 | 1000111 |
Color Harmonies of #D09CB1
Complementary color
Monochromatic Colors of #D09CB1
Black with #D09CB1
Text Example
Text Example
White with #D09CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CB1; }
p { color: rgb(208,156,177); }
H1.HeaderClassName
{
color: #D09CB1;
}
.AnyTagClassName
{
color: #D09CB1;
}
</style>
background-color css
<style>
a { background-color: #D09CB1; }
a { background-color: rgb(208,156,177); }
div.DivClassName
{
background-color: #D09CB1;
}
.BgClassName
{
background-color: #D09CB1;
}
</style>
border-color css
<style>
span { border-color: #D09CB1; }
span { border-color: rgb(208,156,177); }
td.TdClassName
{
border-color: #D09CB1;
}
.TagClassName
{
border-color: #D09CB1;
}
</style>