Shades of Cosmos #FFD0C7
Tints of Cosmos #FFD0C7
RGB
CMYK
RGB Variations
Color information
#FFD0C7 (or 0xFFD0C7) is known color: Cosmos. HEX triplet: FF, D0 and C7. RGB value is (255,208,199). Sum of RGB (Red+Green+Blue) = 255+208+199=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C7 is #002F38. Grayscale: #DDDDDD. Windows color (decimal): -12089 or 13095167. OLE color: 13095167.
HSL color Cylindrical-coordinate representation of color #FFD0C7: hue angle of 9.64º 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 #FFD0C7 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 199 | - |
| CMYK | 0 | 0.18 | 0.22 | 0 |
| HSL | 9.64º | 1% | 0.89% | - |
| HSV(B) | 9.64º | 0.22% | 1% | - |
| XYZ | 74.1 | 70.5 | 63.73 | - |
| YUV | 221.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 199 | 0 | 0.18 | 0.22 | 0 | 9.64 | 1 | 0.89 |
| Hex | FF | D0 | C7 | 0 | 12 | 16 | 0 | A | 64 | 59 |
| Octal | 377 | 320 | 307 | 0 | 22 | 26 | 0 | 12 | 144 | 131 |
| Binary | 11111111 | 11010000 | 11000111 | 0 | 10010 | 10110 | 0 | 1010 | 1100100 | 1011001 |
Color Harmonies of #FFD0C7
Complementary color
Monochromatic Colors of #FFD0C7
Black with #FFD0C7
Text Example
Text Example
White with #FFD0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0C7; }
p { color: rgb(255,208,199); }
H1.HeaderClassName
{
color: #FFD0C7;
}
.AnyTagClassName
{
color: #FFD0C7;
}
</style>
background-color css
<style>
a { background-color: #FFD0C7; }
a { background-color: rgb(255,208,199); }
div.DivClassName
{
background-color: #FFD0C7;
}
.BgClassName
{
background-color: #FFD0C7;
}
</style>
border-color css
<style>
span { border-color: #FFD0C7; }
span { border-color: rgb(255,208,199); }
td.TdClassName
{
border-color: #FFD0C7;
}
.TagClassName
{
border-color: #FFD0C7;
}
</style>