Shades of Cerise #C6356A
Tints of Cerise #C6356A
RGB
CMYK
RGB Variations
Color information
#C6356A (or 0xC6356A) is known color: Cerise. HEX triplet: C6, 35 and 6A. RGB value is (198,53,106). Sum of RGB (Red+Green+Blue) = 198+53+106=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6356A is #39CA95. Grayscale: #666666. Windows color (decimal): -3787414 or 6960582. OLE color: 6960582.
HSL color Cylindrical-coordinate representation of color #C6356A: hue angle of 338.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6356A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 106 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.22 |
| HSL | 338.07º | 0.58% | 0.49% | - |
| HSV(B) | 338.07º | 0.73% | 0.78% | - |
| XYZ | 27.16 | 15.59 | 15.21 | - |
| YUV | 102.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 106 | 0 | 0.73 | 0.46 | 0.22 | 338.07 | 0.58 | 0.49 |
| Hex | C6 | 35 | 6A | 0 | 49 | 2E | 16 | 152 | 3A | 31 |
| Octal | 306 | 65 | 152 | 0 | 111 | 56 | 26 | 522 | 72 | 61 |
| Binary | 11000110 | 110101 | 1101010 | 0 | 1001001 | 101110 | 10110 | 101010010 | 111010 | 110001 |
Color Harmonies of #C6356A
Complementary color
Monochromatic Colors of #C6356A
Black with #C6356A
Text Example
Text Example
White with #C6356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6356A; }
p { color: rgb(198,53,106); }
H1.HeaderClassName
{
color: #C6356A;
}
.AnyTagClassName
{
color: #C6356A;
}
</style>
background-color css
<style>
a { background-color: #C6356A; }
a { background-color: rgb(198,53,106); }
div.DivClassName
{
background-color: #C6356A;
}
.BgClassName
{
background-color: #C6356A;
}
</style>
border-color css
<style>
span { border-color: #C6356A; }
span { border-color: rgb(198,53,106); }
td.TdClassName
{
border-color: #C6356A;
}
.TagClassName
{
border-color: #C6356A;
}
</style>