Shades of Cerise #CA3B6E
Tints of Cerise #CA3B6E
RGB
CMYK
RGB Variations
Color information
#CA3B6E (or 0xCA3B6E) is known color: Cerise. HEX triplet: CA, 3B and 6E. RGB value is (202,59,110). Sum of RGB (Red+Green+Blue) = 202+59+110=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B6E is #35C491. Grayscale: #6B6B6B. Windows color (decimal): -3523730 or 7224266. OLE color: 7224266.
HSL color Cylindrical-coordinate representation of color #CA3B6E: hue angle of 338.6º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B6E is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 110 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.21 |
| HSL | 338.6º | 0.57% | 0.51% | - |
| HSV(B) | 338.6º | 0.71% | 0.79% | - |
| XYZ | 28.74 | 16.81 | 16.48 | - |
| YUV | 107.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 110 | 0 | 0.71 | 0.46 | 0.21 | 338.6 | 0.57 | 0.51 |
| Hex | CA | 3B | 6E | 0 | 47 | 2E | 15 | 153 | 39 | 33 |
| Octal | 312 | 73 | 156 | 0 | 107 | 56 | 25 | 523 | 71 | 63 |
| Binary | 11001010 | 111011 | 1101110 | 0 | 1000111 | 101110 | 10101 | 101010011 | 111001 | 110011 |
Color Harmonies of #CA3B6E
Complementary color
Monochromatic Colors of #CA3B6E
Black with #CA3B6E
Text Example
Text Example
White with #CA3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B6E; }
p { color: rgb(202,59,110); }
H1.HeaderClassName
{
color: #CA3B6E;
}
.AnyTagClassName
{
color: #CA3B6E;
}
</style>
background-color css
<style>
a { background-color: #CA3B6E; }
a { background-color: rgb(202,59,110); }
div.DivClassName
{
background-color: #CA3B6E;
}
.BgClassName
{
background-color: #CA3B6E;
}
</style>
border-color css
<style>
span { border-color: #CA3B6E; }
span { border-color: rgb(202,59,110); }
td.TdClassName
{
border-color: #CA3B6E;
}
.TagClassName
{
border-color: #CA3B6E;
}
</style>