Shades of Kobi #DB9CAA
Tints of Kobi #DB9CAA
RGB
CMYK
RGB Variations
Color information
#DB9CAA (or 0xDB9CAA) is known color: Kobi. HEX triplet: DB, 9C and AA. RGB value is (219,156,170). Sum of RGB (Red+Green+Blue) = 219+156+170=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CAA is #246355. Grayscale: #B0B0B0. Windows color (decimal): -2384726 or 11181275. OLE color: 11181275.
HSL color Cylindrical-coordinate representation of color #DB9CAA: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CAA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 170 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.14 |
| HSL | 346.67º | 0.47% | 0.74% | - |
| HSV(B) | 346.67º | 0.29% | 0.86% | - |
| XYZ | 48.36 | 41.74 | 43.54 | - |
| YUV | 176.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 170 | 0 | 0.29 | 0.22 | 0.14 | 346.67 | 0.47 | 0.74 |
| Hex | DB | 9C | AA | 0 | 1D | 16 | E | 15B | 2F | 4A |
| Octal | 333 | 234 | 252 | 0 | 35 | 26 | 16 | 533 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10101010 | 0 | 11101 | 10110 | 1110 | 101011011 | 101111 | 1001010 |
Color Harmonies of #DB9CAA
Complementary color
Monochromatic Colors of #DB9CAA
Black with #DB9CAA
Text Example
Text Example
White with #DB9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CAA; }
p { color: rgb(219,156,170); }
H1.HeaderClassName
{
color: #DB9CAA;
}
.AnyTagClassName
{
color: #DB9CAA;
}
</style>
background-color css
<style>
a { background-color: #DB9CAA; }
a { background-color: rgb(219,156,170); }
div.DivClassName
{
background-color: #DB9CAA;
}
.BgClassName
{
background-color: #DB9CAA;
}
</style>
border-color css
<style>
span { border-color: #DB9CAA; }
span { border-color: rgb(219,156,170); }
td.TdClassName
{
border-color: #DB9CAA;
}
.TagClassName
{
border-color: #DB9CAA;
}
</style>