Shades of Cerise #CA346B
Tints of Cerise #CA346B
RGB
CMYK
RGB Variations
Color information
#CA346B (or 0xCA346B) is known color: Cerise. HEX triplet: CA, 34 and 6B. RGB value is (202,52,107). Sum of RGB (Red+Green+Blue) = 202+52+107=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA346B is #35CB94. Grayscale: #676767. Windows color (decimal): -3525525 or 7025866. OLE color: 7025866.
HSL color Cylindrical-coordinate representation of color #CA346B: hue angle of 338º 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 #CA346B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 107 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.21 |
| HSL | 338º | 0.59% | 0.5% | - |
| HSV(B) | 338º | 0.74% | 0.79% | - |
| XYZ | 28.24 | 16.07 | 15.52 | - |
| YUV | 103.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 107 | 0 | 0.74 | 0.47 | 0.21 | 338 | 0.59 | 0.5 |
| Hex | CA | 34 | 6B | 0 | 4A | 2F | 15 | 152 | 3B | 32 |
| Octal | 312 | 64 | 153 | 0 | 112 | 57 | 25 | 522 | 73 | 62 |
| Binary | 11001010 | 110100 | 1101011 | 0 | 1001010 | 101111 | 10101 | 101010010 | 111011 | 110010 |
Color Harmonies of #CA346B
Complementary color
Monochromatic Colors of #CA346B
Black with #CA346B
Text Example
Text Example
White with #CA346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA346B; }
p { color: rgb(202,52,107); }
H1.HeaderClassName
{
color: #CA346B;
}
.AnyTagClassName
{
color: #CA346B;
}
</style>
background-color css
<style>
a { background-color: #CA346B; }
a { background-color: rgb(202,52,107); }
div.DivClassName
{
background-color: #CA346B;
}
.BgClassName
{
background-color: #CA346B;
}
</style>
border-color css
<style>
span { border-color: #CA346B; }
span { border-color: rgb(202,52,107); }
td.TdClassName
{
border-color: #CA346B;
}
.TagClassName
{
border-color: #CA346B;
}
</style>