Shades of Cerise #CD2766
Tints of Cerise #CD2766
RGB
CMYK
RGB Variations
Color information
#CD2766 (or 0xCD2766) is known color: Cerise. HEX triplet: CD, 27 and 66. RGB value is (205,39,102). Sum of RGB (Red+Green+Blue) = 205+39+102=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2766 is #32D899. Grayscale: #5F5F5F. Windows color (decimal): -3332250 or 6694861. OLE color: 6694861.
HSL color Cylindrical-coordinate representation of color #CD2766: hue angle of 337.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2766 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 102 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.20 |
| HSL | 337.23º | 0.68% | 0.48% | - |
| HSV(B) | 337.23º | 0.81% | 0.8% | - |
| XYZ | 28.3 | 15.39 | 14.05 | - |
| YUV | 95.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 102 | 0 | 0.81 | 0.50 | 0.20 | 337.23 | 0.68 | 0.48 |
| Hex | CD | 27 | 66 | 0 | 51 | 32 | 14 | 151 | 44 | 30 |
| Octal | 315 | 47 | 146 | 0 | 121 | 62 | 24 | 521 | 104 | 60 |
| Binary | 11001101 | 100111 | 1100110 | 0 | 1010001 | 110010 | 10100 | 101010001 | 1000100 | 110000 |
Color Harmonies of #CD2766
Complementary color
Monochromatic Colors of #CD2766
Black with #CD2766
Text Example
Text Example
White with #CD2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2766; }
p { color: rgb(205,39,102); }
H1.HeaderClassName
{
color: #CD2766;
}
.AnyTagClassName
{
color: #CD2766;
}
</style>
background-color css
<style>
a { background-color: #CD2766; }
a { background-color: rgb(205,39,102); }
div.DivClassName
{
background-color: #CD2766;
}
.BgClassName
{
background-color: #CD2766;
}
</style>
border-color css
<style>
span { border-color: #CD2766; }
span { border-color: rgb(205,39,102); }
td.TdClassName
{
border-color: #CD2766;
}
.TagClassName
{
border-color: #CD2766;
}
</style>