Shades of Cerise #CC386A
Tints of Cerise #CC386A
RGB
CMYK
RGB Variations
Color information
#CC386A (or 0xCC386A) is known color: Cerise. HEX triplet: CC, 38 and 6A. RGB value is (204,56,106). Sum of RGB (Red+Green+Blue) = 204+56+106=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC386A is #33C795. Grayscale: #696969. Windows color (decimal): -3393430 or 6961356. OLE color: 6961356.
HSL color Cylindrical-coordinate representation of color #CC386A: hue angle of 339.73º 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 #CC386A is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 106 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.2 |
| HSL | 339.73º | 0.59% | 0.51% | - |
| HSV(B) | 339.73º | 0.73% | 0.8% | - |
| XYZ | 28.92 | 16.71 | 15.34 | - |
| YUV | 105.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 106 | 0 | 0.73 | 0.48 | 0.2 | 339.73 | 0.59 | 0.51 |
| Hex | CC | 38 | 6A | 0 | 49 | 30 | 14 | 154 | 3B | 33 |
| Octal | 314 | 70 | 152 | 0 | 111 | 60 | 24 | 524 | 73 | 63 |
| Binary | 11001100 | 111000 | 1101010 | 0 | 1001001 | 110000 | 10100 | 101010100 | 111011 | 110011 |
Color Harmonies of #CC386A
Complementary color
Monochromatic Colors of #CC386A
Black with #CC386A
Text Example
Text Example
White with #CC386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC386A; }
p { color: rgb(204,56,106); }
H1.HeaderClassName
{
color: #CC386A;
}
.AnyTagClassName
{
color: #CC386A;
}
</style>
background-color css
<style>
a { background-color: #CC386A; }
a { background-color: rgb(204,56,106); }
div.DivClassName
{
background-color: #CC386A;
}
.BgClassName
{
background-color: #CC386A;
}
</style>
border-color css
<style>
span { border-color: #CC386A; }
span { border-color: rgb(204,56,106); }
td.TdClassName
{
border-color: #CC386A;
}
.TagClassName
{
border-color: #CC386A;
}
</style>