Shades of Kobi #E0A0AD
Tints of Kobi #E0A0AD
RGB
CMYK
RGB Variations
Color information
#E0A0AD (or 0xE0A0AD) is known color: Kobi. HEX triplet: E0, A0 and AD. RGB value is (224,160,173). Sum of RGB (Red+Green+Blue) = 224+160+173=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0AD is #1F5F52. Grayscale: #B4B4B4. Windows color (decimal): -2056019 or 11378912. OLE color: 11378912.
HSL color Cylindrical-coordinate representation of color #E0A0AD: hue angle of 347.81º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0AD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 173 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.12 |
| HSL | 347.81º | 0.51% | 0.75% | - |
| HSV(B) | 347.81º | 0.29% | 0.88% | - |
| XYZ | 50.85 | 44.01 | 45.35 | - |
| YUV | 180.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 173 | 0 | 0.29 | 0.23 | 0.12 | 347.81 | 0.51 | 0.75 |
| Hex | E0 | A0 | AD | 0 | 1D | 17 | C | 15C | 33 | 4B |
| Octal | 340 | 240 | 255 | 0 | 35 | 27 | 14 | 534 | 63 | 113 |
| Binary | 11100000 | 10100000 | 10101101 | 0 | 11101 | 10111 | 1100 | 101011100 | 110011 | 1001011 |
Color Harmonies of #E0A0AD
Complementary color
Monochromatic Colors of #E0A0AD
Black with #E0A0AD
Text Example
Text Example
White with #E0A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A0AD; }
p { color: rgb(224,160,173); }
H1.HeaderClassName
{
color: #E0A0AD;
}
.AnyTagClassName
{
color: #E0A0AD;
}
</style>
background-color css
<style>
a { background-color: #E0A0AD; }
a { background-color: rgb(224,160,173); }
div.DivClassName
{
background-color: #E0A0AD;
}
.BgClassName
{
background-color: #E0A0AD;
}
</style>
border-color css
<style>
span { border-color: #E0A0AD; }
span { border-color: rgb(224,160,173); }
td.TdClassName
{
border-color: #E0A0AD;
}
.TagClassName
{
border-color: #E0A0AD;
}
</style>