Shades of Cerise #CC3669
Tints of Cerise #CC3669
RGB
CMYK
RGB Variations
Color information
#CC3669 (or 0xCC3669) is known color: Cerise. HEX triplet: CC, 36 and 69. RGB value is (204,54,105). Sum of RGB (Red+Green+Blue) = 204+54+105=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3669 is #33C996. Grayscale: #686868. Windows color (decimal): -3393943 or 6895308. OLE color: 6895308.
HSL color Cylindrical-coordinate representation of color #CC3669: hue angle of 339.6º 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 #CC3669 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 105 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.2 |
| HSL | 339.6º | 0.6% | 0.51% | - |
| HSV(B) | 339.6º | 0.74% | 0.8% | - |
| XYZ | 28.77 | 16.5 | 15.03 | - |
| YUV | 104.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 105 | 0 | 0.74 | 0.49 | 0.2 | 339.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 69 | 0 | 4A | 31 | 14 | 154 | 3C | 33 |
| Octal | 314 | 66 | 151 | 0 | 112 | 61 | 24 | 524 | 74 | 63 |
| Binary | 11001100 | 110110 | 1101001 | 0 | 1001010 | 110001 | 10100 | 101010100 | 111100 | 110011 |
Color Harmonies of #CC3669
Complementary color
Monochromatic Colors of #CC3669
Black with #CC3669
Text Example
Text Example
White with #CC3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3669; }
p { color: rgb(204,54,105); }
H1.HeaderClassName
{
color: #CC3669;
}
.AnyTagClassName
{
color: #CC3669;
}
</style>
background-color css
<style>
a { background-color: #CC3669; }
a { background-color: rgb(204,54,105); }
div.DivClassName
{
background-color: #CC3669;
}
.BgClassName
{
background-color: #CC3669;
}
</style>
border-color css
<style>
span { border-color: #CC3669; }
span { border-color: rgb(204,54,105); }
td.TdClassName
{
border-color: #CC3669;
}
.TagClassName
{
border-color: #CC3669;
}
</style>