Shades of Karry #FFD8C0
Tints of Karry #FFD8C0
RGB
CMYK
RGB Variations
Color information
#FFD8C0 (or 0xFFD8C0) is known color: Karry. HEX triplet: FF, D8 and C0. RGB value is (255,216,192). Sum of RGB (Red+Green+Blue) = 255+216+192=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C0 is #00273F. Grayscale: #E1E1E1. Windows color (decimal): -10048 or 12638463. OLE color: 12638463.
HSL color Cylindrical-coordinate representation of color #FFD8C0: hue angle of 22.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFD8C0 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 216 | 192 | - |
CMYK | 0 | 0.15 | 0.25 | 0 |
HSL | 22.86º | 1% | 0.88% | - |
HSV(B) | 22.86º | 0.25% | 1% | - |
XYZ | 75.31 | 74.18 | 60.22 | - |
YUV | 224.93 | 109.42 | 149.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 216 | 192 | 0 | 0.15 | 0.25 | 0 | 22.86 | 1 | 0.88 |
Hex | FF | D8 | C0 | 0 | F | 19 | 0 | 17 | 64 | 58 |
Octal | 377 | 330 | 300 | 0 | 17 | 31 | 0 | 27 | 144 | 130 |
Binary | 11111111 | 11011000 | 11000000 | 0 | 1111 | 11001 | 0 | 10111 | 1100100 | 1011000 |
Color Harmonies of #FFD8C0
Complementary color
Monochromatic Colors of #FFD8C0
Black with #FFD8C0
Text Example
Text Example
White with #FFD8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8C0; }
p { color: rgb(255,216,192); }
H1.HeaderClassName
{
color: #FFD8C0;
}
.AnyTagClassName
{
color: #FFD8C0;
}
</style>
background-color css
<style>
a { background-color: #FFD8C0; }
a { background-color: rgb(255,216,192); }
div.DivClassName
{
background-color: #FFD8C0;
}
.BgClassName
{
background-color: #FFD8C0;
}
</style>
border-color css
<style>
span { border-color: #FFD8C0; }
span { border-color: rgb(255,216,192); }
td.TdClassName
{
border-color: #FFD8C0;
}
.TagClassName
{
border-color: #FFD8C0;
}
</style>