Shades of Kobi #E59CAC
Tints of Kobi #E59CAC
RGB
CMYK
RGB Variations
Color information
#E59CAC (or 0xE59CAC) is known color: Kobi. HEX triplet: E5, 9C and AC. RGB value is (229,156,172). Sum of RGB (Red+Green+Blue) = 229+156+172=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CAC is #1A6353. Grayscale: #B3B3B3. Windows color (decimal): -1729364 or 11312357. OLE color: 11312357.
HSL color Cylindrical-coordinate representation of color #E59CAC: hue angle of 346.85º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CAC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 172 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.10 |
| HSL | 346.85º | 0.58% | 0.75% | - |
| HSV(B) | 346.85º | 0.32% | 0.9% | - |
| XYZ | 51.65 | 43.41 | 44.69 | - |
| YUV | 179.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 172 | 0 | 0.32 | 0.25 | 0.10 | 346.85 | 0.58 | 0.75 |
| Hex | E5 | 9C | AC | 0 | 20 | 19 | A | 15B | 3A | 4B |
| Octal | 345 | 234 | 254 | 0 | 40 | 31 | 12 | 533 | 72 | 113 |
| Binary | 11100101 | 10011100 | 10101100 | 0 | 100000 | 11001 | 1010 | 101011011 | 111010 | 1001011 |
Color Harmonies of #E59CAC
Complementary color
Monochromatic Colors of #E59CAC
Black with #E59CAC
Text Example
Text Example
White with #E59CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CAC; }
p { color: rgb(229,156,172); }
H1.HeaderClassName
{
color: #E59CAC;
}
.AnyTagClassName
{
color: #E59CAC;
}
</style>
background-color css
<style>
a { background-color: #E59CAC; }
a { background-color: rgb(229,156,172); }
div.DivClassName
{
background-color: #E59CAC;
}
.BgClassName
{
background-color: #E59CAC;
}
</style>
border-color css
<style>
span { border-color: #E59CAC; }
span { border-color: rgb(229,156,172); }
td.TdClassName
{
border-color: #E59CAC;
}
.TagClassName
{
border-color: #E59CAC;
}
</style>