Shades of Cerise #CD2666
Tints of Cerise #CD2666
RGB
CMYK
RGB Variations
Color information
#CD2666 (or 0xCD2666) is known color: Cerise. HEX triplet: CD, 26 and 66. RGB value is (205,38,102). Sum of RGB (Red+Green+Blue) = 205+38+102=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2666 is #32D999. Grayscale: #5F5F5F. Windows color (decimal): -3332506 or 6694605. OLE color: 6694605.
HSL color Cylindrical-coordinate representation of color #CD2666: hue angle of 337.01º degrees, saturation: 0.69, 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 #CD2666 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 102 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.20 |
| HSL | 337.01º | 0.69% | 0.48% | - |
| HSV(B) | 337.01º | 0.81% | 0.8% | - |
| XYZ | 28.27 | 15.32 | 14.04 | - |
| YUV | 95.23 | 131.83 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 102 | 0 | 0.81 | 0.50 | 0.20 | 337.01 | 0.69 | 0.48 |
| Hex | CD | 26 | 66 | 0 | 51 | 32 | 14 | 151 | 45 | 30 |
| Octal | 315 | 46 | 146 | 0 | 121 | 62 | 24 | 521 | 105 | 60 |
| Binary | 11001101 | 100110 | 1100110 | 0 | 1010001 | 110010 | 10100 | 101010001 | 1000101 | 110000 |
Color Harmonies of #CD2666
Complementary color
Monochromatic Colors of #CD2666
Black with #CD2666
Text Example
Text Example
White with #CD2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2666; }
p { color: rgb(205,38,102); }
H1.HeaderClassName
{
color: #CD2666;
}
.AnyTagClassName
{
color: #CD2666;
}
</style>
background-color css
<style>
a { background-color: #CD2666; }
a { background-color: rgb(205,38,102); }
div.DivClassName
{
background-color: #CD2666;
}
.BgClassName
{
background-color: #CD2666;
}
</style>
border-color css
<style>
span { border-color: #CD2666; }
span { border-color: rgb(205,38,102); }
td.TdClassName
{
border-color: #CD2666;
}
.TagClassName
{
border-color: #CD2666;
}
</style>