Shades of Kobi #E09CAD
Tints of Kobi #E09CAD
RGB
CMYK
RGB Variations
Color information
#E09CAD (or 0xE09CAD) is known color: Kobi. HEX triplet: E0, 9C and AD. RGB value is (224,156,173). Sum of RGB (Red+Green+Blue) = 224+156+173=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CAD is #1F6352. Grayscale: #B2B2B2. Windows color (decimal): -2057043 or 11377888. OLE color: 11377888.
HSL color Cylindrical-coordinate representation of color #E09CAD: hue angle of 345º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CAD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 173 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.12 |
| HSL | 345º | 0.52% | 0.75% | - |
| HSV(B) | 345º | 0.3% | 0.88% | - |
| XYZ | 50.17 | 42.64 | 45.12 | - |
| YUV | 178.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 173 | 0 | 0.30 | 0.23 | 0.12 | 345 | 0.52 | 0.75 |
| Hex | E0 | 9C | AD | 0 | 1E | 17 | C | 159 | 34 | 4B |
| Octal | 340 | 234 | 255 | 0 | 36 | 27 | 14 | 531 | 64 | 113 |
| Binary | 11100000 | 10011100 | 10101101 | 0 | 11110 | 10111 | 1100 | 101011001 | 110100 | 1001011 |
Color Harmonies of #E09CAD
Complementary color
Monochromatic Colors of #E09CAD
Black with #E09CAD
Text Example
Text Example
White with #E09CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CAD; }
p { color: rgb(224,156,173); }
H1.HeaderClassName
{
color: #E09CAD;
}
.AnyTagClassName
{
color: #E09CAD;
}
</style>
background-color css
<style>
a { background-color: #E09CAD; }
a { background-color: rgb(224,156,173); }
div.DivClassName
{
background-color: #E09CAD;
}
.BgClassName
{
background-color: #E09CAD;
}
</style>
border-color css
<style>
span { border-color: #E09CAD; }
span { border-color: rgb(224,156,173); }
td.TdClassName
{
border-color: #E09CAD;
}
.TagClassName
{
border-color: #E09CAD;
}
</style>