Shades of Cerise #C2306B
Tints of Cerise #C2306B
RGB
CMYK
RGB Variations
Color information
#C2306B (or 0xC2306B) is known color: Cerise. HEX triplet: C2, 30 and 6B. RGB value is (194,48,107). Sum of RGB (Red+Green+Blue) = 194+48+107=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2306B is #3DCF94. Grayscale: #626262. Windows color (decimal): -4050837 or 7024834. OLE color: 7024834.
HSL color Cylindrical-coordinate representation of color #C2306B: hue angle of 335.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2306B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 107 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.24 |
| HSL | 335.75º | 0.6% | 0.47% | - |
| HSV(B) | 335.75º | 0.75% | 0.76% | - |
| XYZ | 25.96 | 14.64 | 15.37 | - |
| YUV | 98.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 107 | 0 | 0.75 | 0.45 | 0.24 | 335.75 | 0.6 | 0.47 |
| Hex | C2 | 30 | 6B | 0 | 4B | 2D | 18 | 150 | 3C | 2F |
| Octal | 302 | 60 | 153 | 0 | 113 | 55 | 30 | 520 | 74 | 57 |
| Binary | 11000010 | 110000 | 1101011 | 0 | 1001011 | 101101 | 11000 | 101010000 | 111100 | 101111 |
Color Harmonies of #C2306B
Complementary color
Monochromatic Colors of #C2306B
Black with #C2306B
Text Example
Text Example
White with #C2306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2306B; }
p { color: rgb(194,48,107); }
H1.HeaderClassName
{
color: #C2306B;
}
.AnyTagClassName
{
color: #C2306B;
}
</style>
background-color css
<style>
a { background-color: #C2306B; }
a { background-color: rgb(194,48,107); }
div.DivClassName
{
background-color: #C2306B;
}
.BgClassName
{
background-color: #C2306B;
}
</style>
border-color css
<style>
span { border-color: #C2306B; }
span { border-color: rgb(194,48,107); }
td.TdClassName
{
border-color: #C2306B;
}
.TagClassName
{
border-color: #C2306B;
}
</style>