Shades of Cerise #C5256B
Tints of Cerise #C5256B
RGB
CMYK
RGB Variations
Color information
#C5256B (or 0xC5256B) is known color: Cerise. HEX triplet: C5, 25 and 6B. RGB value is (197,37,107). Sum of RGB (Red+Green+Blue) = 197+37+107=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5256B is #3ADA94. Grayscale: #5C5C5C. Windows color (decimal): -3857045 or 7022021. OLE color: 7022021.
HSL color Cylindrical-coordinate representation of color #C5256B: hue angle of 333.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5256B is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 107 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.23 |
| HSL | 333.75º | 0.68% | 0.46% | - |
| HSV(B) | 333.75º | 0.81% | 0.77% | - |
| XYZ | 26.34 | 14.25 | 15.27 | - |
| YUV | 92.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 107 | 0 | 0.81 | 0.46 | 0.23 | 333.75 | 0.68 | 0.46 |
| Hex | C5 | 25 | 6B | 0 | 51 | 2E | 17 | 14E | 44 | 2E |
| Octal | 305 | 45 | 153 | 0 | 121 | 56 | 27 | 516 | 104 | 56 |
| Binary | 11000101 | 100101 | 1101011 | 0 | 1010001 | 101110 | 10111 | 101001110 | 1000100 | 101110 |
Color Harmonies of #C5256B
Complementary color
Monochromatic Colors of #C5256B
Black with #C5256B
Text Example
Text Example
White with #C5256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5256B; }
p { color: rgb(197,37,107); }
H1.HeaderClassName
{
color: #C5256B;
}
.AnyTagClassName
{
color: #C5256B;
}
</style>
background-color css
<style>
a { background-color: #C5256B; }
a { background-color: rgb(197,37,107); }
div.DivClassName
{
background-color: #C5256B;
}
.BgClassName
{
background-color: #C5256B;
}
</style>
border-color css
<style>
span { border-color: #C5256B; }
span { border-color: rgb(197,37,107); }
td.TdClassName
{
border-color: #C5256B;
}
.TagClassName
{
border-color: #C5256B;
}
</style>