Shades of Kobi #D29CB0
Tints of Kobi #D29CB0
RGB
CMYK
RGB Variations
Color information
#D29CB0 (or 0xD29CB0) is known color: Kobi. HEX triplet: D2, 9C and B0. RGB value is (210,156,176). Sum of RGB (Red+Green+Blue) = 210+156+176=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29CB0 is #2D634F. Grayscale: #AEAEAE. Windows color (decimal): -2974544 or 11574482. OLE color: 11574482.
HSL color Cylindrical-coordinate representation of color #D29CB0: hue angle of 337.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29CB0 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 176 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.18 |
| HSL | 337.78º | 0.38% | 0.72% | - |
| HSV(B) | 337.78º | 0.26% | 0.82% | - |
| XYZ | 46.3 | 40.61 | 46.47 | - |
| YUV | 174.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 176 | 0 | 0.26 | 0.16 | 0.18 | 337.78 | 0.38 | 0.72 |
| Hex | D2 | 9C | B0 | 0 | 1A | 10 | 12 | 152 | 26 | 48 |
| Octal | 322 | 234 | 260 | 0 | 32 | 20 | 22 | 522 | 46 | 110 |
| Binary | 11010010 | 10011100 | 10110000 | 0 | 11010 | 10000 | 10010 | 101010010 | 100110 | 1001000 |
Color Harmonies of #D29CB0
Complementary color
Monochromatic Colors of #D29CB0
Black with #D29CB0
Text Example
Text Example
White with #D29CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CB0; }
p { color: rgb(210,156,176); }
H1.HeaderClassName
{
color: #D29CB0;
}
.AnyTagClassName
{
color: #D29CB0;
}
</style>
background-color css
<style>
a { background-color: #D29CB0; }
a { background-color: rgb(210,156,176); }
div.DivClassName
{
background-color: #D29CB0;
}
.BgClassName
{
background-color: #D29CB0;
}
</style>
border-color css
<style>
span { border-color: #D29CB0; }
span { border-color: rgb(210,156,176); }
td.TdClassName
{
border-color: #D29CB0;
}
.TagClassName
{
border-color: #D29CB0;
}
</style>