Shades of Cosmos #FFCACA
Tints of Cosmos #FFCACA
RGB
CMYK
RGB Variations
Color information
#FFCACA (or 0xFFCACA) is known color: Cosmos. HEX triplet: FF, CA and CA. RGB value is (255,202,202). Sum of RGB (Red+Green+Blue) = 255+202+202=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACA is #003535. Grayscale: #D9D9D9. Windows color (decimal): -13622 or 13290239. OLE color: 13290239.
HSL color Cylindrical-coordinate representation of color #FFCACA: hue angle of 0º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCACA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 202 | - |
CMYK | 0 | 0.21 | 0.21 | 0 |
HSL | 0º | 1% | 0.9% | - |
HSV(B) | 0º | 0.21% | 1% | - |
XYZ | 73.02 | 67.77 | 65.11 | - |
YUV | 217.85 | 119.06 | 154.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 202 | 0 | 0.21 | 0.21 | 0 | 0 | 1 | 0.9 |
Hex | FF | CA | CA | 0 | 15 | 15 | 0 | 0 | 64 | 5A |
Octal | 377 | 312 | 312 | 0 | 25 | 25 | 0 | 0 | 144 | 132 |
Binary | 11111111 | 11001010 | 11001010 | 0 | 10101 | 10101 | 0 | 0 | 1100100 | 1011010 |
Color Harmonies of #FFCACA
Complementary color
Monochromatic Colors of #FFCACA
Black with #FFCACA
Text Example
Text Example
White with #FFCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCACA; }
p { color: rgb(255,202,202); }
H1.HeaderClassName
{
color: #FFCACA;
}
.AnyTagClassName
{
color: #FFCACA;
}
</style>
background-color css
<style>
a { background-color: #FFCACA; }
a { background-color: rgb(255,202,202); }
div.DivClassName
{
background-color: #FFCACA;
}
.BgClassName
{
background-color: #FFCACA;
}
</style>
border-color css
<style>
span { border-color: #FFCACA; }
span { border-color: rgb(255,202,202); }
td.TdClassName
{
border-color: #FFCACA;
}
.TagClassName
{
border-color: #FFCACA;
}
</style>