Shades of Cerise #CD356A
Tints of Cerise #CD356A
RGB
CMYK
RGB Variations
Color information
#CD356A (or 0xCD356A) is known color: Cerise. HEX triplet: CD, 35 and 6A. RGB value is (205,53,106). Sum of RGB (Red+Green+Blue) = 205+53+106=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD356A is #32CA95. Grayscale: #686868. Windows color (decimal): -3328662 or 6960589. OLE color: 6960589.
HSL color Cylindrical-coordinate representation of color #CD356A: hue angle of 339.08º 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 #CD356A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 106 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.20 |
| HSL | 339.08º | 0.6% | 0.51% | - |
| HSV(B) | 339.08º | 0.74% | 0.8% | - |
| XYZ | 29.05 | 16.57 | 15.3 | - |
| YUV | 104.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 106 | 0 | 0.74 | 0.48 | 0.20 | 339.08 | 0.6 | 0.51 |
| Hex | CD | 35 | 6A | 0 | 4A | 30 | 14 | 153 | 3C | 33 |
| Octal | 315 | 65 | 152 | 0 | 112 | 60 | 24 | 523 | 74 | 63 |
| Binary | 11001101 | 110101 | 1101010 | 0 | 1001010 | 110000 | 10100 | 101010011 | 111100 | 110011 |
Color Harmonies of #CD356A
Complementary color
Monochromatic Colors of #CD356A
Black with #CD356A
Text Example
Text Example
White with #CD356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD356A; }
p { color: rgb(205,53,106); }
H1.HeaderClassName
{
color: #CD356A;
}
.AnyTagClassName
{
color: #CD356A;
}
</style>
background-color css
<style>
a { background-color: #CD356A; }
a { background-color: rgb(205,53,106); }
div.DivClassName
{
background-color: #CD356A;
}
.BgClassName
{
background-color: #CD356A;
}
</style>
border-color css
<style>
span { border-color: #CD356A; }
span { border-color: rgb(205,53,106); }
td.TdClassName
{
border-color: #CD356A;
}
.TagClassName
{
border-color: #CD356A;
}
</style>