Shades of Kobi #E09CAA
Tints of Kobi #E09CAA
RGB
CMYK
RGB Variations
Color information
#E09CAA (or 0xE09CAA) is known color: Kobi. HEX triplet: E0, 9C and AA. RGB value is (224,156,170). Sum of RGB (Red+Green+Blue) = 224+156+170=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CAA is #1F6355. Grayscale: #B1B1B1. Windows color (decimal): -2057046 or 11181280. OLE color: 11181280.
HSL color Cylindrical-coordinate representation of color #E09CAA: hue angle of 347.65º 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 #E09CAA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 170 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.12 |
| HSL | 347.65º | 0.52% | 0.75% | - |
| HSV(B) | 347.65º | 0.3% | 0.88% | - |
| XYZ | 49.88 | 42.53 | 43.61 | - |
| YUV | 177.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 170 | 0 | 0.30 | 0.24 | 0.12 | 347.65 | 0.52 | 0.75 |
| Hex | E0 | 9C | AA | 0 | 1E | 18 | C | 15C | 34 | 4B |
| Octal | 340 | 234 | 252 | 0 | 36 | 30 | 14 | 534 | 64 | 113 |
| Binary | 11100000 | 10011100 | 10101010 | 0 | 11110 | 11000 | 1100 | 101011100 | 110100 | 1001011 |
Color Harmonies of #E09CAA
Complementary color
Monochromatic Colors of #E09CAA
Black with #E09CAA
Text Example
Text Example
White with #E09CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CAA; }
p { color: rgb(224,156,170); }
H1.HeaderClassName
{
color: #E09CAA;
}
.AnyTagClassName
{
color: #E09CAA;
}
</style>
background-color css
<style>
a { background-color: #E09CAA; }
a { background-color: rgb(224,156,170); }
div.DivClassName
{
background-color: #E09CAA;
}
.BgClassName
{
background-color: #E09CAA;
}
</style>
border-color css
<style>
span { border-color: #E09CAA; }
span { border-color: rgb(224,156,170); }
td.TdClassName
{
border-color: #E09CAA;
}
.TagClassName
{
border-color: #E09CAA;
}
</style>