Shades of Kobi #DB8CA4
Tints of Kobi #DB8CA4
RGB
CMYK
RGB Variations
Color information
#DB8CA4 (or 0xDB8CA4) is known color: Kobi. HEX triplet: DB, 8C and A4. RGB value is (219,140,164). Sum of RGB (Red+Green+Blue) = 219+140+164=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8CA4 is #24735B. Grayscale: #A6A6A6. Windows color (decimal): -2388828 or 10783963. OLE color: 10783963.
HSL color Cylindrical-coordinate representation of color #DB8CA4: hue angle of 341.77º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CA4 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 164 | - |
CMYK | 0 | 0.36 | 0.25 | 0.14 |
HSL | 341.77º | 0.52% | 0.7% | - |
HSV(B) | 341.77º | 0.36% | 0.86% | - |
XYZ | 45.29 | 36.5 | 39.78 | - |
YUV | 166.36 | 126.67 | 165.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 164 | 0 | 0.36 | 0.25 | 0.14 | 341.77 | 0.52 | 0.7 |
Hex | DB | 8C | A4 | 0 | 24 | 19 | E | 156 | 34 | 46 |
Octal | 333 | 214 | 244 | 0 | 44 | 31 | 16 | 526 | 64 | 106 |
Binary | 11011011 | 10001100 | 10100100 | 0 | 100100 | 11001 | 1110 | 101010110 | 110100 | 1000110 |
Color Harmonies of #DB8CA4
Complementary color
Monochromatic Colors of #DB8CA4
Black with #DB8CA4
Text Example
Text Example
White with #DB8CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CA4; }
p { color: rgb(219,140,164); }
H1.HeaderClassName
{
color: #DB8CA4;
}
.AnyTagClassName
{
color: #DB8CA4;
}
</style>
background-color css
<style>
a { background-color: #DB8CA4; }
a { background-color: rgb(219,140,164); }
div.DivClassName
{
background-color: #DB8CA4;
}
.BgClassName
{
background-color: #DB8CA4;
}
</style>
border-color css
<style>
span { border-color: #DB8CA4; }
span { border-color: rgb(219,140,164); }
td.TdClassName
{
border-color: #DB8CA4;
}
.TagClassName
{
border-color: #DB8CA4;
}
</style>