Shades of Cosmos #FFCCC9
Tints of Cosmos #FFCCC9
RGB
CMYK
RGB Variations
Color information
#FFCCC9 (or 0xFFCCC9) is known color: Cosmos. HEX triplet: FF, CC and C9. RGB value is (255,204,201). Sum of RGB (Red+Green+Blue) = 255+204+201=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC9 is #003336. Grayscale: #DADADA. Windows color (decimal): -13111 or 13225215. OLE color: 13225215.
HSL color Cylindrical-coordinate representation of color #FFCCC9: hue angle of 3.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCCC9 is Cyan = 0, Magento = 0.2, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 201 | - |
| CMYK | 0 | 0.2 | 0.21 | 0 |
| HSL | 3.33º | 1% | 0.89% | - |
| HSV(B) | 3.33º | 0.21% | 1% | - |
| XYZ | 73.38 | 68.66 | 64.64 | - |
| YUV | 218.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 201 | 0 | 0.2 | 0.21 | 0 | 3.33 | 1 | 0.89 |
| Hex | FF | CC | C9 | 0 | 14 | 15 | 0 | 3 | 64 | 59 |
| Octal | 377 | 314 | 311 | 0 | 24 | 25 | 0 | 3 | 144 | 131 |
| Binary | 11111111 | 11001100 | 11001001 | 0 | 10100 | 10101 | 0 | 11 | 1100100 | 1011001 |
Color Harmonies of #FFCCC9
Complementary color
Monochromatic Colors of #FFCCC9
Black with #FFCCC9
Text Example
Text Example
White with #FFCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC9; }
p { color: rgb(255,204,201); }
H1.HeaderClassName
{
color: #FFCCC9;
}
.AnyTagClassName
{
color: #FFCCC9;
}
</style>
background-color css
<style>
a { background-color: #FFCCC9; }
a { background-color: rgb(255,204,201); }
div.DivClassName
{
background-color: #FFCCC9;
}
.BgClassName
{
background-color: #FFCCC9;
}
</style>
border-color css
<style>
span { border-color: #FFCCC9; }
span { border-color: rgb(255,204,201); }
td.TdClassName
{
border-color: #FFCCC9;
}
.TagClassName
{
border-color: #FFCCC9;
}
</style>