Shades of Cerise #CD376C
Tints of Cerise #CD376C
RGB
CMYK
RGB Variations
Color information
#CD376C (or 0xCD376C) is known color: Cerise. HEX triplet: CD, 37 and 6C. RGB value is (205,55,108). Sum of RGB (Red+Green+Blue) = 205+55+108=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376C is #32C893. Grayscale: #696969. Windows color (decimal): -3328148 or 7092173. OLE color: 7092173.
HSL color Cylindrical-coordinate representation of color #CD376C: hue angle of 338.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD376C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 108 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.20 |
| HSL | 338.8º | 0.6% | 0.51% | - |
| HSV(B) | 338.8º | 0.73% | 0.8% | - |
| XYZ | 29.25 | 16.79 | 15.89 | - |
| YUV | 105.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 108 | 0 | 0.73 | 0.47 | 0.20 | 338.8 | 0.6 | 0.51 |
| Hex | CD | 37 | 6C | 0 | 49 | 2F | 14 | 153 | 3C | 33 |
| Octal | 315 | 67 | 154 | 0 | 111 | 57 | 24 | 523 | 74 | 63 |
| Binary | 11001101 | 110111 | 1101100 | 0 | 1001001 | 101111 | 10100 | 101010011 | 111100 | 110011 |
Color Harmonies of #CD376C
Complementary color
Monochromatic Colors of #CD376C
Black with #CD376C
Text Example
Text Example
White with #CD376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD376C; }
p { color: rgb(205,55,108); }
H1.HeaderClassName
{
color: #CD376C;
}
.AnyTagClassName
{
color: #CD376C;
}
</style>
background-color css
<style>
a { background-color: #CD376C; }
a { background-color: rgb(205,55,108); }
div.DivClassName
{
background-color: #CD376C;
}
.BgClassName
{
background-color: #CD376C;
}
</style>
border-color css
<style>
span { border-color: #CD376C; }
span { border-color: rgb(205,55,108); }
td.TdClassName
{
border-color: #CD376C;
}
.TagClassName
{
border-color: #CD376C;
}
</style>