Shades of Cerise #C8266D
Tints of Cerise #C8266D
RGB
CMYK
RGB Variations
Color information
#C8266D (or 0xC8266D) is known color: Cerise. HEX triplet: C8, 26 and 6D. RGB value is (200,38,109). Sum of RGB (Red+Green+Blue) = 200+38+109=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8266D is #37D992. Grayscale: #5E5E5E. Windows color (decimal): -3660179 or 7153352. OLE color: 7153352.
HSL color Cylindrical-coordinate representation of color #C8266D: hue angle of 333.7º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8266D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 109 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.22 |
| HSL | 333.7º | 0.68% | 0.47% | - |
| HSV(B) | 333.7º | 0.81% | 0.78% | - |
| XYZ | 27.27 | 14.77 | 15.88 | - |
| YUV | 94.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 109 | 0 | 0.81 | 0.46 | 0.22 | 333.7 | 0.68 | 0.47 |
| Hex | C8 | 26 | 6D | 0 | 51 | 2E | 16 | 14E | 44 | 2F |
| Octal | 310 | 46 | 155 | 0 | 121 | 56 | 26 | 516 | 104 | 57 |
| Binary | 11001000 | 100110 | 1101101 | 0 | 1010001 | 101110 | 10110 | 101001110 | 1000100 | 101111 |
Color Harmonies of #C8266D
Complementary color
Monochromatic Colors of #C8266D
Black with #C8266D
Text Example
Text Example
White with #C8266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8266D; }
p { color: rgb(200,38,109); }
H1.HeaderClassName
{
color: #C8266D;
}
.AnyTagClassName
{
color: #C8266D;
}
</style>
background-color css
<style>
a { background-color: #C8266D; }
a { background-color: rgb(200,38,109); }
div.DivClassName
{
background-color: #C8266D;
}
.BgClassName
{
background-color: #C8266D;
}
</style>
border-color css
<style>
span { border-color: #C8266D; }
span { border-color: rgb(200,38,109); }
td.TdClassName
{
border-color: #C8266D;
}
.TagClassName
{
border-color: #C8266D;
}
</style>