Shades of Cerise #CD3665
Tints of Cerise #CD3665
RGB
CMYK
RGB Variations
Color information
#CD3665 (or 0xCD3665) is known color: Cerise. HEX triplet: CD, 36 and 65. RGB value is (205,54,101). Sum of RGB (Red+Green+Blue) = 205+54+101=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3665 is #32C99A. Grayscale: #686868. Windows color (decimal): -3328411 or 6633165. OLE color: 6633165.
HSL color Cylindrical-coordinate representation of color #CD3665: hue angle of 341.32º 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 #CD3665 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 101 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.20 |
| HSL | 341.32º | 0.6% | 0.51% | - |
| HSV(B) | 341.32º | 0.74% | 0.8% | - |
| XYZ | 28.84 | 16.56 | 13.99 | - |
| YUV | 104.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 101 | 0 | 0.74 | 0.51 | 0.20 | 341.32 | 0.6 | 0.51 |
| Hex | CD | 36 | 65 | 0 | 4A | 33 | 14 | 155 | 3C | 33 |
| Octal | 315 | 66 | 145 | 0 | 112 | 63 | 24 | 525 | 74 | 63 |
| Binary | 11001101 | 110110 | 1100101 | 0 | 1001010 | 110011 | 10100 | 101010101 | 111100 | 110011 |
Color Harmonies of #CD3665
Complementary color
Monochromatic Colors of #CD3665
Black with #CD3665
Text Example
Text Example
White with #CD3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3665; }
p { color: rgb(205,54,101); }
H1.HeaderClassName
{
color: #CD3665;
}
.AnyTagClassName
{
color: #CD3665;
}
</style>
background-color css
<style>
a { background-color: #CD3665; }
a { background-color: rgb(205,54,101); }
div.DivClassName
{
background-color: #CD3665;
}
.BgClassName
{
background-color: #CD3665;
}
</style>
border-color css
<style>
span { border-color: #CD3665; }
span { border-color: rgb(205,54,101); }
td.TdClassName
{
border-color: #CD3665;
}
.TagClassName
{
border-color: #CD3665;
}
</style>