Shades of Karry #FFE0C5
Tints of Karry #FFE0C5
RGB
CMYK
RGB Variations
Color information
#FFE0C5 (or 0xFFE0C5) is known color: Karry. HEX triplet: FF, E0 and C5. RGB value is (255,224,197). Sum of RGB (Red+Green+Blue) = 255+224+197=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 197 (77.34% from 255 or 29.14% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0C5 is #001F3A. Grayscale: #E6E6E6. Windows color (decimal): -7995 or 12968191. OLE color: 12968191.
HSL color Cylindrical-coordinate representation of color #FFE0C5: hue angle of 27.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE0C5 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 197 | - |
| CMYK | 0 | 0.12 | 0.23 | 0 |
| HSL | 27.93º | 1% | 0.89% | - |
| HSV(B) | 27.93º | 0.23% | 1% | - |
| XYZ | 77.97 | 78.6 | 63.89 | - |
| YUV | 230.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 197 | 0 | 0.12 | 0.23 | 0 | 27.93 | 1 | 0.89 |
| Hex | FF | E0 | C5 | 0 | C | 17 | 0 | 1C | 64 | 59 |
| Octal | 377 | 340 | 305 | 0 | 14 | 27 | 0 | 34 | 144 | 131 |
| Binary | 11111111 | 11100000 | 11000101 | 0 | 1100 | 10111 | 0 | 11100 | 1100100 | 1011001 |
Color Harmonies of #FFE0C5
Complementary color
Monochromatic Colors of #FFE0C5
Black with #FFE0C5
Text Example
Text Example
White with #FFE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0C5; }
p { color: rgb(255,224,197); }
H1.HeaderClassName
{
color: #FFE0C5;
}
.AnyTagClassName
{
color: #FFE0C5;
}
</style>
background-color css
<style>
a { background-color: #FFE0C5; }
a { background-color: rgb(255,224,197); }
div.DivClassName
{
background-color: #FFE0C5;
}
.BgClassName
{
background-color: #FFE0C5;
}
</style>
border-color css
<style>
span { border-color: #FFE0C5; }
span { border-color: rgb(255,224,197); }
td.TdClassName
{
border-color: #FFE0C5;
}
.TagClassName
{
border-color: #FFE0C5;
}
</style>