Shades of Kobi #DF9CA5
Tints of Kobi #DF9CA5
RGB
CMYK
RGB Variations
Color information
#DF9CA5 (or 0xDF9CA5) is known color: Kobi. HEX triplet: DF, 9C and A5. RGB value is (223,156,165). Sum of RGB (Red+Green+Blue) = 223+156+165=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9CA5 is #20635A. Grayscale: #B1B1B1. Windows color (decimal): -2122587 or 10853599. OLE color: 10853599.
HSL color Cylindrical-coordinate representation of color #DF9CA5: hue angle of 351.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CA5 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 165 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.13 |
| HSL | 351.94º | 0.51% | 0.74% | - |
| HSV(B) | 351.94º | 0.3% | 0.87% | - |
| XYZ | 49.11 | 42.18 | 41.15 | - |
| YUV | 177.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 165 | 0 | 0.30 | 0.26 | 0.13 | 351.94 | 0.51 | 0.74 |
| Hex | DF | 9C | A5 | 0 | 1E | 1A | D | 160 | 33 | 4A |
| Octal | 337 | 234 | 245 | 0 | 36 | 32 | 15 | 540 | 63 | 112 |
| Binary | 11011111 | 10011100 | 10100101 | 0 | 11110 | 11010 | 1101 | 101100000 | 110011 | 1001010 |
Color Harmonies of #DF9CA5
Complementary color
Monochromatic Colors of #DF9CA5
Black with #DF9CA5
Text Example
Text Example
White with #DF9CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CA5; }
p { color: rgb(223,156,165); }
H1.HeaderClassName
{
color: #DF9CA5;
}
.AnyTagClassName
{
color: #DF9CA5;
}
</style>
background-color css
<style>
a { background-color: #DF9CA5; }
a { background-color: rgb(223,156,165); }
div.DivClassName
{
background-color: #DF9CA5;
}
.BgClassName
{
background-color: #DF9CA5;
}
</style>
border-color css
<style>
span { border-color: #DF9CA5; }
span { border-color: rgb(223,156,165); }
td.TdClassName
{
border-color: #DF9CA5;
}
.TagClassName
{
border-color: #DF9CA5;
}
</style>