Shades of Kobi #E19CAC
Tints of Kobi #E19CAC
RGB
CMYK
RGB Variations
Color information
#E19CAC (or 0xE19CAC) is known color: Kobi. HEX triplet: E1, 9C and AC. RGB value is (225,156,172). Sum of RGB (Red+Green+Blue) = 225+156+172=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CAC is #1E6353. Grayscale: #B2B2B2. Windows color (decimal): -1991508 or 11312353. OLE color: 11312353.
HSL color Cylindrical-coordinate representation of color #E19CAC: hue angle of 346.09º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CAC is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 172 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.12 |
| HSL | 346.09º | 0.53% | 0.75% | - |
| HSV(B) | 346.09º | 0.31% | 0.88% | - |
| XYZ | 50.39 | 42.76 | 44.63 | - |
| YUV | 178.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 172 | 0 | 0.31 | 0.24 | 0.12 | 346.09 | 0.53 | 0.75 |
| Hex | E1 | 9C | AC | 0 | 1F | 18 | C | 15A | 35 | 4B |
| Octal | 341 | 234 | 254 | 0 | 37 | 30 | 14 | 532 | 65 | 113 |
| Binary | 11100001 | 10011100 | 10101100 | 0 | 11111 | 11000 | 1100 | 101011010 | 110101 | 1001011 |
Color Harmonies of #E19CAC
Complementary color
Monochromatic Colors of #E19CAC
Black with #E19CAC
Text Example
Text Example
White with #E19CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CAC; }
p { color: rgb(225,156,172); }
H1.HeaderClassName
{
color: #E19CAC;
}
.AnyTagClassName
{
color: #E19CAC;
}
</style>
background-color css
<style>
a { background-color: #E19CAC; }
a { background-color: rgb(225,156,172); }
div.DivClassName
{
background-color: #E19CAC;
}
.BgClassName
{
background-color: #E19CAC;
}
</style>
border-color css
<style>
span { border-color: #E19CAC; }
span { border-color: rgb(225,156,172); }
td.TdClassName
{
border-color: #E19CAC;
}
.TagClassName
{
border-color: #E19CAC;
}
</style>