Shades of Cerise #CA346D
Tints of Cerise #CA346D
RGB
CMYK
RGB Variations
Color information
#CA346D (or 0xCA346D) is known color: Cerise. HEX triplet: CA, 34 and 6D. RGB value is (202,52,109). Sum of RGB (Red+Green+Blue) = 202+52+109=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA346D is #35CB92. Grayscale: #676767. Windows color (decimal): -3525523 or 7156938. OLE color: 7156938.
HSL color Cylindrical-coordinate representation of color #CA346D: hue angle of 337.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA346D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 109 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.21 |
| HSL | 337.2º | 0.59% | 0.5% | - |
| HSV(B) | 337.2º | 0.74% | 0.79% | - |
| XYZ | 28.35 | 16.12 | 16.08 | - |
| YUV | 103.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 109 | 0 | 0.74 | 0.46 | 0.21 | 337.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 6D | 0 | 4A | 2E | 15 | 151 | 3B | 32 |
| Octal | 312 | 64 | 155 | 0 | 112 | 56 | 25 | 521 | 73 | 62 |
| Binary | 11001010 | 110100 | 1101101 | 0 | 1001010 | 101110 | 10101 | 101010001 | 111011 | 110010 |
Color Harmonies of #CA346D
Complementary color
Monochromatic Colors of #CA346D
Black with #CA346D
Text Example
Text Example
White with #CA346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA346D; }
p { color: rgb(202,52,109); }
H1.HeaderClassName
{
color: #CA346D;
}
.AnyTagClassName
{
color: #CA346D;
}
</style>
background-color css
<style>
a { background-color: #CA346D; }
a { background-color: rgb(202,52,109); }
div.DivClassName
{
background-color: #CA346D;
}
.BgClassName
{
background-color: #CA346D;
}
</style>
border-color css
<style>
span { border-color: #CA346D; }
span { border-color: rgb(202,52,109); }
td.TdClassName
{
border-color: #CA346D;
}
.TagClassName
{
border-color: #CA346D;
}
</style>