Shades of Cerise #CD3A66
Tints of Cerise #CD3A66
RGB
CMYK
RGB Variations
Color information
#CD3A66 (or 0xCD3A66) is known color: Cerise. HEX triplet: CD, 3A and 66. RGB value is (205,58,102). Sum of RGB (Red+Green+Blue) = 205+58+102=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A66 is #32C599. Grayscale: #6A6A6A. Windows color (decimal): -3327386 or 6699725. OLE color: 6699725.
HSL color Cylindrical-coordinate representation of color #CD3A66: hue angle of 342.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A66 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 102 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.20 |
| HSL | 342.04º | 0.6% | 0.52% | - |
| HSV(B) | 342.04º | 0.72% | 0.8% | - |
| XYZ | 29.09 | 16.96 | 14.31 | - |
| YUV | 106.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 102 | 0 | 0.72 | 0.50 | 0.20 | 342.04 | 0.6 | 0.52 |
| Hex | CD | 3A | 66 | 0 | 48 | 32 | 14 | 156 | 3C | 34 |
| Octal | 315 | 72 | 146 | 0 | 110 | 62 | 24 | 526 | 74 | 64 |
| Binary | 11001101 | 111010 | 1100110 | 0 | 1001000 | 110010 | 10100 | 101010110 | 111100 | 110100 |
Color Harmonies of #CD3A66
Complementary color
Monochromatic Colors of #CD3A66
Black with #CD3A66
Text Example
Text Example
White with #CD3A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A66; }
p { color: rgb(205,58,102); }
H1.HeaderClassName
{
color: #CD3A66;
}
.AnyTagClassName
{
color: #CD3A66;
}
</style>
background-color css
<style>
a { background-color: #CD3A66; }
a { background-color: rgb(205,58,102); }
div.DivClassName
{
background-color: #CD3A66;
}
.BgClassName
{
background-color: #CD3A66;
}
</style>
border-color css
<style>
span { border-color: #CD3A66; }
span { border-color: rgb(205,58,102); }
td.TdClassName
{
border-color: #CD3A66;
}
.TagClassName
{
border-color: #CD3A66;
}
</style>