Shades of Cerise #C4326A
Tints of Cerise #C4326A
RGB
CMYK
RGB Variations
Color information
#C4326A (or 0xC4326A) is known color: Cerise. HEX triplet: C4, 32 and 6A. RGB value is (196,50,106). Sum of RGB (Red+Green+Blue) = 196+50+106=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4326A is #3BCD95. Grayscale: #636363. Windows color (decimal): -3919254 or 6959812. OLE color: 6959812.
HSL color Cylindrical-coordinate representation of color #C4326A: hue angle of 336.99º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4326A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 106 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.23 |
| HSL | 336.99º | 0.59% | 0.48% | - |
| HSV(B) | 336.99º | 0.74% | 0.77% | - |
| XYZ | 26.51 | 15.06 | 15.14 | - |
| YUV | 100.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 106 | 0 | 0.74 | 0.46 | 0.23 | 336.99 | 0.59 | 0.48 |
| Hex | C4 | 32 | 6A | 0 | 4A | 2E | 17 | 151 | 3B | 30 |
| Octal | 304 | 62 | 152 | 0 | 112 | 56 | 27 | 521 | 73 | 60 |
| Binary | 11000100 | 110010 | 1101010 | 0 | 1001010 | 101110 | 10111 | 101010001 | 111011 | 110000 |
Color Harmonies of #C4326A
Complementary color
Monochromatic Colors of #C4326A
Black with #C4326A
Text Example
Text Example
White with #C4326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4326A; }
p { color: rgb(196,50,106); }
H1.HeaderClassName
{
color: #C4326A;
}
.AnyTagClassName
{
color: #C4326A;
}
</style>
background-color css
<style>
a { background-color: #C4326A; }
a { background-color: rgb(196,50,106); }
div.DivClassName
{
background-color: #C4326A;
}
.BgClassName
{
background-color: #C4326A;
}
</style>
border-color css
<style>
span { border-color: #C4326A; }
span { border-color: rgb(196,50,106); }
td.TdClassName
{
border-color: #C4326A;
}
.TagClassName
{
border-color: #C4326A;
}
</style>