Shades of Cerise #C83468
Tints of Cerise #C83468
RGB
CMYK
RGB Variations
Color information
#C83468 (or 0xC83468) is known color: Cerise. HEX triplet: C8, 34 and 68. RGB value is (200,52,104). Sum of RGB (Red+Green+Blue) = 200+52+104=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C83468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83468 is #37CB97. Grayscale: #666666. Windows color (decimal): -3656600 or 6829256. OLE color: 6829256.
HSL color Cylindrical-coordinate representation of color #C83468: hue angle of 338.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83468 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 104 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.22 |
| HSL | 338.92º | 0.59% | 0.49% | - |
| HSV(B) | 338.92º | 0.74% | 0.78% | - |
| XYZ | 27.55 | 15.73 | 14.68 | - |
| YUV | 102.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 104 | 0 | 0.74 | 0.48 | 0.22 | 338.92 | 0.59 | 0.49 |
| Hex | C8 | 34 | 68 | 0 | 4A | 30 | 16 | 153 | 3B | 31 |
| Octal | 310 | 64 | 150 | 0 | 112 | 60 | 26 | 523 | 73 | 61 |
| Binary | 11001000 | 110100 | 1101000 | 0 | 1001010 | 110000 | 10110 | 101010011 | 111011 | 110001 |
Color Harmonies of #C83468
Complementary color
Monochromatic Colors of #C83468
Black with #C83468
Text Example
Text Example
White with #C83468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83468; }
p { color: rgb(200,52,104); }
H1.HeaderClassName
{
color: #C83468;
}
.AnyTagClassName
{
color: #C83468;
}
</style>
background-color css
<style>
a { background-color: #C83468; }
a { background-color: rgb(200,52,104); }
div.DivClassName
{
background-color: #C83468;
}
.BgClassName
{
background-color: #C83468;
}
</style>
border-color css
<style>
span { border-color: #C83468; }
span { border-color: rgb(200,52,104); }
td.TdClassName
{
border-color: #C83468;
}
.TagClassName
{
border-color: #C83468;
}
</style>