Shades of Cerise #CA336C
Tints of Cerise #CA336C
RGB
CMYK
RGB Variations
Color information
#CA336C (or 0xCA336C) is known color: Cerise. HEX triplet: CA, 33 and 6C. RGB value is (202,51,108). Sum of RGB (Red+Green+Blue) = 202+51+108=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA336C is #35CC93. Grayscale: #666666. Windows color (decimal): -3525780 or 7091146. OLE color: 7091146.
HSL color Cylindrical-coordinate representation of color #CA336C: hue angle of 337.35º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA336C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 108 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.21 |
| HSL | 337.35º | 0.6% | 0.5% | - |
| HSV(B) | 337.35º | 0.75% | 0.79% | - |
| XYZ | 28.25 | 16.01 | 15.79 | - |
| YUV | 102.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 108 | 0 | 0.75 | 0.47 | 0.21 | 337.35 | 0.6 | 0.5 |
| Hex | CA | 33 | 6C | 0 | 4B | 2F | 15 | 151 | 3C | 32 |
| Octal | 312 | 63 | 154 | 0 | 113 | 57 | 25 | 521 | 74 | 62 |
| Binary | 11001010 | 110011 | 1101100 | 0 | 1001011 | 101111 | 10101 | 101010001 | 111100 | 110010 |
Color Harmonies of #CA336C
Complementary color
Monochromatic Colors of #CA336C
Black with #CA336C
Text Example
Text Example
White with #CA336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA336C; }
p { color: rgb(202,51,108); }
H1.HeaderClassName
{
color: #CA336C;
}
.AnyTagClassName
{
color: #CA336C;
}
</style>
background-color css
<style>
a { background-color: #CA336C; }
a { background-color: rgb(202,51,108); }
div.DivClassName
{
background-color: #CA336C;
}
.BgClassName
{
background-color: #CA336C;
}
</style>
border-color css
<style>
span { border-color: #CA336C; }
span { border-color: rgb(202,51,108); }
td.TdClassName
{
border-color: #CA336C;
}
.TagClassName
{
border-color: #CA336C;
}
</style>