Shades of Cerise #C62C69
Tints of Cerise #C62C69
RGB
CMYK
RGB Variations
Color information
#C62C69 (or 0xC62C69) is known color: Cerise. HEX triplet: C6, 2C and 69. RGB value is (198,44,105). Sum of RGB (Red+Green+Blue) = 198+44+105=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62C69 is #39D396. Grayscale: #606060. Windows color (decimal): -3789719 or 6892742. OLE color: 6892742.
HSL color Cylindrical-coordinate representation of color #C62C69: hue angle of 336.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C69 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 105 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.22 |
| HSL | 336.23º | 0.64% | 0.47% | - |
| HSV(B) | 336.23º | 0.78% | 0.78% | - |
| XYZ | 26.74 | 14.83 | 14.82 | - |
| YUV | 97 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 105 | 0 | 0.78 | 0.47 | 0.22 | 336.23 | 0.64 | 0.47 |
| Hex | C6 | 2C | 69 | 0 | 4E | 2F | 16 | 150 | 40 | 2F |
| Octal | 306 | 54 | 151 | 0 | 116 | 57 | 26 | 520 | 100 | 57 |
| Binary | 11000110 | 101100 | 1101001 | 0 | 1001110 | 101111 | 10110 | 101010000 | 1000000 | 101111 |
Color Harmonies of #C62C69
Complementary color
Monochromatic Colors of #C62C69
Black with #C62C69
Text Example
Text Example
White with #C62C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C69; }
p { color: rgb(198,44,105); }
H1.HeaderClassName
{
color: #C62C69;
}
.AnyTagClassName
{
color: #C62C69;
}
</style>
background-color css
<style>
a { background-color: #C62C69; }
a { background-color: rgb(198,44,105); }
div.DivClassName
{
background-color: #C62C69;
}
.BgClassName
{
background-color: #C62C69;
}
</style>
border-color css
<style>
span { border-color: #C62C69; }
span { border-color: rgb(198,44,105); }
td.TdClassName
{
border-color: #C62C69;
}
.TagClassName
{
border-color: #C62C69;
}
</style>