Shades of Karry #FFE0C7
Tints of Karry #FFE0C7
RGB
CMYK
RGB Variations
Color information
#FFE0C7 (or 0xFFE0C7) is known color: Karry. HEX triplet: FF, E0 and C7. RGB value is (255,224,199). Sum of RGB (Red+Green+Blue) = 255+224+199=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 199 (78.12% from 255 or 29.35% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0C7 is #001F38. Grayscale: #E6E6E6. Windows color (decimal): -7993 or 13099263. OLE color: 13099263.
HSL color Cylindrical-coordinate representation of color #FFE0C7: hue angle of 26.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFE0C7 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 199 | - |
| CMYK | 0 | 0.12 | 0.22 | 0 |
| HSL | 26.79º | 1% | 0.89% | - |
| HSV(B) | 26.79º | 0.22% | 1% | - |
| XYZ | 78.2 | 78.69 | 65.1 | - |
| YUV | 230.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 199 | 0 | 0.12 | 0.22 | 0 | 26.79 | 1 | 0.89 |
| Hex | FF | E0 | C7 | 0 | C | 16 | 0 | 1B | 64 | 59 |
| Octal | 377 | 340 | 307 | 0 | 14 | 26 | 0 | 33 | 144 | 131 |
| Binary | 11111111 | 11100000 | 11000111 | 0 | 1100 | 10110 | 0 | 11011 | 1100100 | 1011001 |
Color Harmonies of #FFE0C7
Complementary color
Monochromatic Colors of #FFE0C7
Black with #FFE0C7
Text Example
Text Example
White with #FFE0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0C7; }
p { color: rgb(255,224,199); }
H1.HeaderClassName
{
color: #FFE0C7;
}
.AnyTagClassName
{
color: #FFE0C7;
}
</style>
background-color css
<style>
a { background-color: #FFE0C7; }
a { background-color: rgb(255,224,199); }
div.DivClassName
{
background-color: #FFE0C7;
}
.BgClassName
{
background-color: #FFE0C7;
}
</style>
border-color css
<style>
span { border-color: #FFE0C7; }
span { border-color: rgb(255,224,199); }
td.TdClassName
{
border-color: #FFE0C7;
}
.TagClassName
{
border-color: #FFE0C7;
}
</style>