Shades of Cerise #CD366E
Tints of Cerise #CD366E
RGB
CMYK
RGB Variations
Color information
#CD366E (or 0xCD366E) is known color: Cerise. HEX triplet: CD, 36 and 6E. RGB value is (205,54,110). Sum of RGB (Red+Green+Blue) = 205+54+110=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD366E is #32C991. Grayscale: #696969. Windows color (decimal): -3328402 or 7222989. OLE color: 7222989.
HSL color Cylindrical-coordinate representation of color #CD366E: hue angle of 337.75º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD366E is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 110 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.20 |
| HSL | 337.75º | 0.6% | 0.51% | - |
| HSV(B) | 337.75º | 0.74% | 0.8% | - |
| XYZ | 29.31 | 16.74 | 16.44 | - |
| YUV | 105.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 110 | 0 | 0.74 | 0.46 | 0.20 | 337.75 | 0.6 | 0.51 |
| Hex | CD | 36 | 6E | 0 | 4A | 2E | 14 | 152 | 3C | 33 |
| Octal | 315 | 66 | 156 | 0 | 112 | 56 | 24 | 522 | 74 | 63 |
| Binary | 11001101 | 110110 | 1101110 | 0 | 1001010 | 101110 | 10100 | 101010010 | 111100 | 110011 |
Color Harmonies of #CD366E
Complementary color
Monochromatic Colors of #CD366E
Black with #CD366E
Text Example
Text Example
White with #CD366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD366E; }
p { color: rgb(205,54,110); }
H1.HeaderClassName
{
color: #CD366E;
}
.AnyTagClassName
{
color: #CD366E;
}
</style>
background-color css
<style>
a { background-color: #CD366E; }
a { background-color: rgb(205,54,110); }
div.DivClassName
{
background-color: #CD366E;
}
.BgClassName
{
background-color: #CD366E;
}
</style>
border-color css
<style>
span { border-color: #CD366E; }
span { border-color: rgb(205,54,110); }
td.TdClassName
{
border-color: #CD366E;
}
.TagClassName
{
border-color: #CD366E;
}
</style>