Shades of Cerise #CA2769
Tints of Cerise #CA2769
RGB
CMYK
RGB Variations
Color information
#CA2769 (or 0xCA2769) is known color: Cerise. HEX triplet: CA, 27 and 69. RGB value is (202,39,105). Sum of RGB (Red+Green+Blue) = 202+39+105=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2769 is #35D896. Grayscale: #5F5F5F. Windows color (decimal): -3528855 or 6891466. OLE color: 6891466.
HSL color Cylindrical-coordinate representation of color #CA2769: hue angle of 335.71º 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 #CA2769 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 105 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.21 |
| HSL | 335.71º | 0.68% | 0.47% | - |
| HSV(B) | 335.71º | 0.81% | 0.79% | - |
| XYZ | 27.63 | 15.03 | 14.81 | - |
| YUV | 95.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 105 | 0 | 0.81 | 0.48 | 0.21 | 335.71 | 0.68 | 0.47 |
| Hex | CA | 27 | 69 | 0 | 51 | 30 | 15 | 150 | 44 | 2F |
| Octal | 312 | 47 | 151 | 0 | 121 | 60 | 25 | 520 | 104 | 57 |
| Binary | 11001010 | 100111 | 1101001 | 0 | 1010001 | 110000 | 10101 | 101010000 | 1000100 | 101111 |
Color Harmonies of #CA2769
Complementary color
Monochromatic Colors of #CA2769
Black with #CA2769
Text Example
Text Example
White with #CA2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2769; }
p { color: rgb(202,39,105); }
H1.HeaderClassName
{
color: #CA2769;
}
.AnyTagClassName
{
color: #CA2769;
}
</style>
background-color css
<style>
a { background-color: #CA2769; }
a { background-color: rgb(202,39,105); }
div.DivClassName
{
background-color: #CA2769;
}
.BgClassName
{
background-color: #CA2769;
}
</style>
border-color css
<style>
span { border-color: #CA2769; }
span { border-color: rgb(202,39,105); }
td.TdClassName
{
border-color: #CA2769;
}
.TagClassName
{
border-color: #CA2769;
}
</style>