Shades of Cerise #CD3669
Tints of Cerise #CD3669
RGB
CMYK
RGB Variations
Color information
#CD3669 (or 0xCD3669) is known color: Cerise. HEX triplet: CD, 36 and 69. RGB value is (205,54,105). Sum of RGB (Red+Green+Blue) = 205+54+105=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3669 is #32C996. Grayscale: #686868. Windows color (decimal): -3328407 or 6895309. OLE color: 6895309.
HSL color Cylindrical-coordinate representation of color #CD3669: hue angle of 339.74º 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 #CD3669 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 105 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.20 |
| HSL | 339.74º | 0.6% | 0.51% | - |
| HSV(B) | 339.74º | 0.74% | 0.8% | - |
| XYZ | 29.05 | 16.64 | 15.05 | - |
| YUV | 104.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 105 | 0 | 0.74 | 0.49 | 0.20 | 339.74 | 0.6 | 0.51 |
| Hex | CD | 36 | 69 | 0 | 4A | 31 | 14 | 154 | 3C | 33 |
| Octal | 315 | 66 | 151 | 0 | 112 | 61 | 24 | 524 | 74 | 63 |
| Binary | 11001101 | 110110 | 1101001 | 0 | 1001010 | 110001 | 10100 | 101010100 | 111100 | 110011 |
Color Harmonies of #CD3669
Complementary color
Monochromatic Colors of #CD3669
Black with #CD3669
Text Example
Text Example
White with #CD3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3669; }
p { color: rgb(205,54,105); }
H1.HeaderClassName
{
color: #CD3669;
}
.AnyTagClassName
{
color: #CD3669;
}
</style>
background-color css
<style>
a { background-color: #CD3669; }
a { background-color: rgb(205,54,105); }
div.DivClassName
{
background-color: #CD3669;
}
.BgClassName
{
background-color: #CD3669;
}
</style>
border-color css
<style>
span { border-color: #CD3669; }
span { border-color: rgb(205,54,105); }
td.TdClassName
{
border-color: #CD3669;
}
.TagClassName
{
border-color: #CD3669;
}
</style>