Shades of Cerise #CA276C
Tints of Cerise #CA276C
RGB
CMYK
RGB Variations
Color information
#CA276C (or 0xCA276C) is known color: Cerise. HEX triplet: CA, 27 and 6C. RGB value is (202,39,108). Sum of RGB (Red+Green+Blue) = 202+39+108=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA276C is #35D893. Grayscale: #5F5F5F. Windows color (decimal): -3528852 or 7088074. OLE color: 7088074.
HSL color Cylindrical-coordinate representation of color #CA276C: hue angle of 334.6º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA276C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 108 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.21 |
| HSL | 334.6º | 0.68% | 0.47% | - |
| HSV(B) | 334.6º | 0.81% | 0.79% | - |
| XYZ | 27.79 | 15.09 | 15.64 | - |
| YUV | 95.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 108 | 0 | 0.81 | 0.47 | 0.21 | 334.6 | 0.68 | 0.47 |
| Hex | CA | 27 | 6C | 0 | 51 | 2F | 15 | 14F | 44 | 2F |
| Octal | 312 | 47 | 154 | 0 | 121 | 57 | 25 | 517 | 104 | 57 |
| Binary | 11001010 | 100111 | 1101100 | 0 | 1010001 | 101111 | 10101 | 101001111 | 1000100 | 101111 |
Color Harmonies of #CA276C
Complementary color
Monochromatic Colors of #CA276C
Black with #CA276C
Text Example
Text Example
White with #CA276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA276C; }
p { color: rgb(202,39,108); }
H1.HeaderClassName
{
color: #CA276C;
}
.AnyTagClassName
{
color: #CA276C;
}
</style>
background-color css
<style>
a { background-color: #CA276C; }
a { background-color: rgb(202,39,108); }
div.DivClassName
{
background-color: #CA276C;
}
.BgClassName
{
background-color: #CA276C;
}
</style>
border-color css
<style>
span { border-color: #CA276C; }
span { border-color: rgb(202,39,108); }
td.TdClassName
{
border-color: #CA276C;
}
.TagClassName
{
border-color: #CA276C;
}
</style>