Shades of Cerise #CC3769
Tints of Cerise #CC3769
RGB
CMYK
RGB Variations
Color information
#CC3769 (or 0xCC3769) is known color: Cerise. HEX triplet: CC, 37 and 69. RGB value is (204,55,105). Sum of RGB (Red+Green+Blue) = 204+55+105=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3769 is #33C896. Grayscale: #696969. Windows color (decimal): -3393687 or 6895564. OLE color: 6895564.
HSL color Cylindrical-coordinate representation of color #CC3769: hue angle of 339.87º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3769 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 105 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.2 |
| HSL | 339.87º | 0.59% | 0.51% | - |
| HSV(B) | 339.87º | 0.73% | 0.8% | - |
| XYZ | 28.82 | 16.59 | 15.05 | - |
| YUV | 105.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 105 | 0 | 0.73 | 0.49 | 0.2 | 339.87 | 0.59 | 0.51 |
| Hex | CC | 37 | 69 | 0 | 49 | 31 | 14 | 154 | 3B | 33 |
| Octal | 314 | 67 | 151 | 0 | 111 | 61 | 24 | 524 | 73 | 63 |
| Binary | 11001100 | 110111 | 1101001 | 0 | 1001001 | 110001 | 10100 | 101010100 | 111011 | 110011 |
Color Harmonies of #CC3769
Complementary color
Monochromatic Colors of #CC3769
Black with #CC3769
Text Example
Text Example
White with #CC3769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3769; }
p { color: rgb(204,55,105); }
H1.HeaderClassName
{
color: #CC3769;
}
.AnyTagClassName
{
color: #CC3769;
}
</style>
background-color css
<style>
a { background-color: #CC3769; }
a { background-color: rgb(204,55,105); }
div.DivClassName
{
background-color: #CC3769;
}
.BgClassName
{
background-color: #CC3769;
}
</style>
border-color css
<style>
span { border-color: #CC3769; }
span { border-color: rgb(204,55,105); }
td.TdClassName
{
border-color: #CC3769;
}
.TagClassName
{
border-color: #CC3769;
}
</style>