Shades of Cerise #C52A68
Tints of Cerise #C52A68
RGB
CMYK
RGB Variations
Color information
#C52A68 (or 0xC52A68) is known color: Cerise. HEX triplet: C5, 2A and 68. RGB value is (197,42,104). Sum of RGB (Red+Green+Blue) = 197+42+104=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A68 is #3AD597. Grayscale: #5F5F5F. Windows color (decimal): -3855768 or 6826693. OLE color: 6826693.
HSL color Cylindrical-coordinate representation of color #C52A68: hue angle of 336º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A68 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 104 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.23 |
| HSL | 336º | 0.65% | 0.47% | - |
| HSV(B) | 336º | 0.79% | 0.77% | - |
| XYZ | 26.35 | 14.53 | 14.51 | - |
| YUV | 95.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 104 | 0 | 0.79 | 0.47 | 0.23 | 336 | 0.65 | 0.47 |
| Hex | C5 | 2A | 68 | 0 | 4F | 2F | 17 | 150 | 41 | 2F |
| Octal | 305 | 52 | 150 | 0 | 117 | 57 | 27 | 520 | 101 | 57 |
| Binary | 11000101 | 101010 | 1101000 | 0 | 1001111 | 101111 | 10111 | 101010000 | 1000001 | 101111 |
Color Harmonies of #C52A68
Complementary color
Monochromatic Colors of #C52A68
Black with #C52A68
Text Example
Text Example
White with #C52A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A68; }
p { color: rgb(197,42,104); }
H1.HeaderClassName
{
color: #C52A68;
}
.AnyTagClassName
{
color: #C52A68;
}
</style>
background-color css
<style>
a { background-color: #C52A68; }
a { background-color: rgb(197,42,104); }
div.DivClassName
{
background-color: #C52A68;
}
.BgClassName
{
background-color: #C52A68;
}
</style>
border-color css
<style>
span { border-color: #C52A68; }
span { border-color: rgb(197,42,104); }
td.TdClassName
{
border-color: #C52A68;
}
.TagClassName
{
border-color: #C52A68;
}
</style>