Shades of Kobi #DF95A0
Tints of Kobi #DF95A0
RGB
CMYK
RGB Variations
Color information
#DF95A0 (or 0xDF95A0) is known color: Kobi. HEX triplet: DF, 95 and A0. RGB value is (223,149,160). Sum of RGB (Red+Green+Blue) = 223+149+160=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF95A0 is #206A5F. Grayscale: #ACACAC. Windows color (decimal): -2124384 or 10524127. OLE color: 10524127.
HSL color Cylindrical-coordinate representation of color #DF95A0: hue angle of 351.08º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95A0 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 160 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.13 |
| HSL | 351.08º | 0.54% | 0.73% | - |
| HSV(B) | 351.08º | 0.33% | 0.87% | - |
| XYZ | 47.52 | 39.72 | 38.42 | - |
| YUV | 172.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 160 | 0 | 0.33 | 0.28 | 0.13 | 351.08 | 0.54 | 0.73 |
| Hex | DF | 95 | A0 | 0 | 21 | 1C | D | 15F | 36 | 49 |
| Octal | 337 | 225 | 240 | 0 | 41 | 34 | 15 | 537 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10100000 | 0 | 100001 | 11100 | 1101 | 101011111 | 110110 | 1001001 |
Color Harmonies of #DF95A0
Complementary color
Monochromatic Colors of #DF95A0
Black with #DF95A0
Text Example
Text Example
White with #DF95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95A0; }
p { color: rgb(223,149,160); }
H1.HeaderClassName
{
color: #DF95A0;
}
.AnyTagClassName
{
color: #DF95A0;
}
</style>
background-color css
<style>
a { background-color: #DF95A0; }
a { background-color: rgb(223,149,160); }
div.DivClassName
{
background-color: #DF95A0;
}
.BgClassName
{
background-color: #DF95A0;
}
</style>
border-color css
<style>
span { border-color: #DF95A0; }
span { border-color: rgb(223,149,160); }
td.TdClassName
{
border-color: #DF95A0;
}
.TagClassName
{
border-color: #DF95A0;
}
</style>