Shades of Cerise #C32B68
Tints of Cerise #C32B68
RGB
CMYK
RGB Variations
Color information
#C32B68 (or 0xC32B68) is known color: Cerise. HEX triplet: C3, 2B and 68. RGB value is (195,43,104). Sum of RGB (Red+Green+Blue) = 195+43+104=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B68 is #3CD497. Grayscale: #5F5F5F. Windows color (decimal): -3986584 or 6826947. OLE color: 6826947.
HSL color Cylindrical-coordinate representation of color #C32B68: hue angle of 335.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B68 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 104 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.24 |
| HSL | 335.92º | 0.64% | 0.47% | - |
| HSV(B) | 335.92º | 0.78% | 0.76% | - |
| XYZ | 25.87 | 14.33 | 14.5 | - |
| YUV | 95.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 104 | 0 | 0.78 | 0.47 | 0.24 | 335.92 | 0.64 | 0.47 |
| Hex | C3 | 2B | 68 | 0 | 4E | 2F | 18 | 150 | 40 | 2F |
| Octal | 303 | 53 | 150 | 0 | 116 | 57 | 30 | 520 | 100 | 57 |
| Binary | 11000011 | 101011 | 1101000 | 0 | 1001110 | 101111 | 11000 | 101010000 | 1000000 | 101111 |
Color Harmonies of #C32B68
Complementary color
Monochromatic Colors of #C32B68
Black with #C32B68
Text Example
Text Example
White with #C32B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B68; }
p { color: rgb(195,43,104); }
H1.HeaderClassName
{
color: #C32B68;
}
.AnyTagClassName
{
color: #C32B68;
}
</style>
background-color css
<style>
a { background-color: #C32B68; }
a { background-color: rgb(195,43,104); }
div.DivClassName
{
background-color: #C32B68;
}
.BgClassName
{
background-color: #C32B68;
}
</style>
border-color css
<style>
span { border-color: #C32B68; }
span { border-color: rgb(195,43,104); }
td.TdClassName
{
border-color: #C32B68;
}
.TagClassName
{
border-color: #C32B68;
}
</style>