Shades of Cerise #CC2669
Tints of Cerise #CC2669
RGB
CMYK
RGB Variations
Color information
#CC2669 (or 0xCC2669) is known color: Cerise. HEX triplet: CC, 26 and 69. RGB value is (204,38,105). Sum of RGB (Red+Green+Blue) = 204+38+105=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2669 is #33D996. Grayscale: #5F5F5F. Windows color (decimal): -3398039 or 6891212. OLE color: 6891212.
HSL color Cylindrical-coordinate representation of color #CC2669: hue angle of 335.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2669 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 105 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.2 |
| HSL | 335.78º | 0.69% | 0.47% | - |
| HSV(B) | 335.78º | 0.81% | 0.8% | - |
| XYZ | 28.14 | 15.24 | 14.82 | - |
| YUV | 95.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 105 | 0 | 0.81 | 0.49 | 0.2 | 335.78 | 0.69 | 0.47 |
| Hex | CC | 26 | 69 | 0 | 51 | 31 | 14 | 150 | 45 | 2F |
| Octal | 314 | 46 | 151 | 0 | 121 | 61 | 24 | 520 | 105 | 57 |
| Binary | 11001100 | 100110 | 1101001 | 0 | 1010001 | 110001 | 10100 | 101010000 | 1000101 | 101111 |
Color Harmonies of #CC2669
Complementary color
Monochromatic Colors of #CC2669
Black with #CC2669
Text Example
Text Example
White with #CC2669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2669; }
p { color: rgb(204,38,105); }
H1.HeaderClassName
{
color: #CC2669;
}
.AnyTagClassName
{
color: #CC2669;
}
</style>
background-color css
<style>
a { background-color: #CC2669; }
a { background-color: rgb(204,38,105); }
div.DivClassName
{
background-color: #CC2669;
}
.BgClassName
{
background-color: #CC2669;
}
</style>
border-color css
<style>
span { border-color: #CC2669; }
span { border-color: rgb(204,38,105); }
td.TdClassName
{
border-color: #CC2669;
}
.TagClassName
{
border-color: #CC2669;
}
</style>