Shades of Cerise #C3266B
Tints of Cerise #C3266B
RGB
CMYK
RGB Variations
Color information
#C3266B (or 0xC3266B) is known color: Cerise. HEX triplet: C3, 26 and 6B. RGB value is (195,38,107). Sum of RGB (Red+Green+Blue) = 195+38+107=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3266B is #3CD994. Grayscale: #5C5C5C. Windows color (decimal): -3987861 or 7022275. OLE color: 7022275.
HSL color Cylindrical-coordinate representation of color #C3266B: hue angle of 333.63º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3266B is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 107 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.24 |
| HSL | 333.63º | 0.67% | 0.46% | - |
| HSV(B) | 333.63º | 0.81% | 0.76% | - |
| XYZ | 25.85 | 14.05 | 15.26 | - |
| YUV | 92.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 107 | 0 | 0.81 | 0.45 | 0.24 | 333.63 | 0.67 | 0.46 |
| Hex | C3 | 26 | 6B | 0 | 51 | 2D | 18 | 14E | 43 | 2E |
| Octal | 303 | 46 | 153 | 0 | 121 | 55 | 30 | 516 | 103 | 56 |
| Binary | 11000011 | 100110 | 1101011 | 0 | 1010001 | 101101 | 11000 | 101001110 | 1000011 | 101110 |
Color Harmonies of #C3266B
Complementary color
Monochromatic Colors of #C3266B
Black with #C3266B
Text Example
Text Example
White with #C3266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3266B; }
p { color: rgb(195,38,107); }
H1.HeaderClassName
{
color: #C3266B;
}
.AnyTagClassName
{
color: #C3266B;
}
</style>
background-color css
<style>
a { background-color: #C3266B; }
a { background-color: rgb(195,38,107); }
div.DivClassName
{
background-color: #C3266B;
}
.BgClassName
{
background-color: #C3266B;
}
</style>
border-color css
<style>
span { border-color: #C3266B; }
span { border-color: rgb(195,38,107); }
td.TdClassName
{
border-color: #C3266B;
}
.TagClassName
{
border-color: #C3266B;
}
</style>