Shades of Cerise #CA376B
Tints of Cerise #CA376B
RGB
CMYK
RGB Variations
Color information
#CA376B (or 0xCA376B) is known color: Cerise. HEX triplet: CA, 37 and 6B. RGB value is (202,55,107). Sum of RGB (Red+Green+Blue) = 202+55+107=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA376B is #35C894. Grayscale: #686868. Windows color (decimal): -3524757 or 7026634. OLE color: 7026634.
HSL color Cylindrical-coordinate representation of color #CA376B: hue angle of 338.78º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA376B is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 107 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.21 |
| HSL | 338.78º | 0.58% | 0.5% | - |
| HSV(B) | 338.78º | 0.73% | 0.79% | - |
| XYZ | 28.38 | 16.35 | 15.57 | - |
| YUV | 104.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 107 | 0 | 0.73 | 0.47 | 0.21 | 338.78 | 0.58 | 0.5 |
| Hex | CA | 37 | 6B | 0 | 49 | 2F | 15 | 153 | 3A | 32 |
| Octal | 312 | 67 | 153 | 0 | 111 | 57 | 25 | 523 | 72 | 62 |
| Binary | 11001010 | 110111 | 1101011 | 0 | 1001001 | 101111 | 10101 | 101010011 | 111010 | 110010 |
Color Harmonies of #CA376B
Complementary color
Monochromatic Colors of #CA376B
Black with #CA376B
Text Example
Text Example
White with #CA376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA376B; }
p { color: rgb(202,55,107); }
H1.HeaderClassName
{
color: #CA376B;
}
.AnyTagClassName
{
color: #CA376B;
}
</style>
background-color css
<style>
a { background-color: #CA376B; }
a { background-color: rgb(202,55,107); }
div.DivClassName
{
background-color: #CA376B;
}
.BgClassName
{
background-color: #CA376B;
}
</style>
border-color css
<style>
span { border-color: #CA376B; }
span { border-color: rgb(202,55,107); }
td.TdClassName
{
border-color: #CA376B;
}
.TagClassName
{
border-color: #CA376B;
}
</style>