Shades of Cerise #CD365B
Tints of Cerise #CD365B
RGB
CMYK
RGB Variations
Color information
#CD365B (or 0xCD365B) is known color: Cerise. HEX triplet: CD, 36 and 5B. RGB value is (205,54,91). Sum of RGB (Red+Green+Blue) = 205+54+91=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD365B is #32C9A4. Grayscale: #676767. Windows color (decimal): -3328421 or 5977805. OLE color: 5977805.
HSL color Cylindrical-coordinate representation of color #CD365B: hue angle of 345.3º 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 #CD365B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 91 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.20 |
| HSL | 345.3º | 0.6% | 0.51% | - |
| HSV(B) | 345.3º | 0.74% | 0.8% | - |
| XYZ | 28.38 | 16.37 | 11.56 | - |
| YUV | 103.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 91 | 0 | 0.74 | 0.56 | 0.20 | 345.3 | 0.6 | 0.51 |
| Hex | CD | 36 | 5B | 0 | 4A | 38 | 14 | 159 | 3C | 33 |
| Octal | 315 | 66 | 133 | 0 | 112 | 70 | 24 | 531 | 74 | 63 |
| Binary | 11001101 | 110110 | 1011011 | 0 | 1001010 | 111000 | 10100 | 101011001 | 111100 | 110011 |
Color Harmonies of #CD365B
Complementary color
Monochromatic Colors of #CD365B
Black with #CD365B
Text Example
Text Example
White with #CD365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD365B; }
p { color: rgb(205,54,91); }
H1.HeaderClassName
{
color: #CD365B;
}
.AnyTagClassName
{
color: #CD365B;
}
</style>
background-color css
<style>
a { background-color: #CD365B; }
a { background-color: rgb(205,54,91); }
div.DivClassName
{
background-color: #CD365B;
}
.BgClassName
{
background-color: #CD365B;
}
</style>
border-color css
<style>
span { border-color: #CD365B; }
span { border-color: rgb(205,54,91); }
td.TdClassName
{
border-color: #CD365B;
}
.TagClassName
{
border-color: #CD365B;
}
</style>