Shades of Cerise #CA2665
Tints of Cerise #CA2665
RGB
CMYK
RGB Variations
Color information
#CA2665 (or 0xCA2665) is known color: Cerise. HEX triplet: CA, 26 and 65. RGB value is (202,38,101). Sum of RGB (Red+Green+Blue) = 202+38+101=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2665 is #35D99A. Grayscale: #5E5E5E. Windows color (decimal): -3529115 or 6629066. OLE color: 6629066.
HSL color Cylindrical-coordinate representation of color #CA2665: hue angle of 336.95º 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 #CA2665 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 101 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.21 |
| HSL | 336.95º | 0.68% | 0.47% | - |
| HSV(B) | 336.95º | 0.81% | 0.79% | - |
| XYZ | 27.4 | 14.88 | 13.74 | - |
| YUV | 94.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 101 | 0 | 0.81 | 0.50 | 0.21 | 336.95 | 0.68 | 0.47 |
| Hex | CA | 26 | 65 | 0 | 51 | 32 | 15 | 151 | 44 | 2F |
| Octal | 312 | 46 | 145 | 0 | 121 | 62 | 25 | 521 | 104 | 57 |
| Binary | 11001010 | 100110 | 1100101 | 0 | 1010001 | 110010 | 10101 | 101010001 | 1000100 | 101111 |
Color Harmonies of #CA2665
Complementary color
Monochromatic Colors of #CA2665
Black with #CA2665
Text Example
Text Example
White with #CA2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2665; }
p { color: rgb(202,38,101); }
H1.HeaderClassName
{
color: #CA2665;
}
.AnyTagClassName
{
color: #CA2665;
}
</style>
background-color css
<style>
a { background-color: #CA2665; }
a { background-color: rgb(202,38,101); }
div.DivClassName
{
background-color: #CA2665;
}
.BgClassName
{
background-color: #CA2665;
}
</style>
border-color css
<style>
span { border-color: #CA2665; }
span { border-color: rgb(202,38,101); }
td.TdClassName
{
border-color: #CA2665;
}
.TagClassName
{
border-color: #CA2665;
}
</style>