Shades of Cerise #CD386E
Tints of Cerise #CD386E
RGB
CMYK
RGB Variations
Color information
#CD386E (or 0xCD386E) is known color: Cerise. HEX triplet: CD, 38 and 6E. RGB value is (205,56,110). Sum of RGB (Red+Green+Blue) = 205+56+110=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD386E is #32C791. Grayscale: #6A6A6A. Windows color (decimal): -3327890 or 7223501. OLE color: 7223501.
HSL color Cylindrical-coordinate representation of color #CD386E: hue angle of 338.26º 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 #CD386E is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 110 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.20 |
| HSL | 338.26º | 0.6% | 0.51% | - |
| HSV(B) | 338.26º | 0.73% | 0.8% | - |
| XYZ | 29.41 | 16.93 | 16.47 | - |
| YUV | 106.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 110 | 0 | 0.73 | 0.46 | 0.20 | 338.26 | 0.6 | 0.51 |
| Hex | CD | 38 | 6E | 0 | 49 | 2E | 14 | 152 | 3C | 33 |
| Octal | 315 | 70 | 156 | 0 | 111 | 56 | 24 | 522 | 74 | 63 |
| Binary | 11001101 | 111000 | 1101110 | 0 | 1001001 | 101110 | 10100 | 101010010 | 111100 | 110011 |
Color Harmonies of #CD386E
Complementary color
Monochromatic Colors of #CD386E
Black with #CD386E
Text Example
Text Example
White with #CD386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD386E; }
p { color: rgb(205,56,110); }
H1.HeaderClassName
{
color: #CD386E;
}
.AnyTagClassName
{
color: #CD386E;
}
</style>
background-color css
<style>
a { background-color: #CD386E; }
a { background-color: rgb(205,56,110); }
div.DivClassName
{
background-color: #CD386E;
}
.BgClassName
{
background-color: #CD386E;
}
</style>
border-color css
<style>
span { border-color: #CD386E; }
span { border-color: rgb(205,56,110); }
td.TdClassName
{
border-color: #CD386E;
}
.TagClassName
{
border-color: #CD386E;
}
</style>