Shades of Cerise #CD395C
Tints of Cerise #CD395C
RGB
CMYK
RGB Variations
Color information
#CD395C (or 0xCD395C) is known color: Cerise. HEX triplet: CD, 39 and 5C. RGB value is (205,57,92). Sum of RGB (Red+Green+Blue) = 205+57+92=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD395C is #32C6A3. Grayscale: #696969. Windows color (decimal): -3327652 or 6044109. OLE color: 6044109.
HSL color Cylindrical-coordinate representation of color #CD395C: hue angle of 345.81º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD395C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 57 | 92 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.20 |
| HSL | 345.81º | 0.6% | 0.51% | - |
| HSV(B) | 345.81º | 0.72% | 0.8% | - |
| XYZ | 28.57 | 16.68 | 11.84 | - |
| YUV | 105.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 57 | 92 | 0 | 0.72 | 0.55 | 0.20 | 345.81 | 0.6 | 0.51 |
| Hex | CD | 39 | 5C | 0 | 48 | 37 | 14 | 15A | 3C | 33 |
| Octal | 315 | 71 | 134 | 0 | 110 | 67 | 24 | 532 | 74 | 63 |
| Binary | 11001101 | 111001 | 1011100 | 0 | 1001000 | 110111 | 10100 | 101011010 | 111100 | 110011 |
Color Harmonies of #CD395C
Complementary color
Monochromatic Colors of #CD395C
Black with #CD395C
Text Example
Text Example
White with #CD395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD395C; }
p { color: rgb(205,57,92); }
H1.HeaderClassName
{
color: #CD395C;
}
.AnyTagClassName
{
color: #CD395C;
}
</style>
background-color css
<style>
a { background-color: #CD395C; }
a { background-color: rgb(205,57,92); }
div.DivClassName
{
background-color: #CD395C;
}
.BgClassName
{
background-color: #CD395C;
}
</style>
border-color css
<style>
span { border-color: #CD395C; }
span { border-color: rgb(205,57,92); }
td.TdClassName
{
border-color: #CD395C;
}
.TagClassName
{
border-color: #CD395C;
}
</style>