Shades of Cerise #CC266A
Tints of Cerise #CC266A
RGB
CMYK
RGB Variations
Color information
#CC266A (or 0xCC266A) is known color: Cerise. HEX triplet: CC, 26 and 6A. RGB value is (204,38,106). Sum of RGB (Red+Green+Blue) = 204+38+106=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC266A is #33D995. Grayscale: #5F5F5F. Windows color (decimal): -3398038 or 6956748. OLE color: 6956748.
HSL color Cylindrical-coordinate representation of color #CC266A: hue angle of 335.42º 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 #CC266A is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 106 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.2 |
| HSL | 335.42º | 0.69% | 0.47% | - |
| HSV(B) | 335.42º | 0.81% | 0.8% | - |
| XYZ | 28.2 | 15.26 | 15.1 | - |
| YUV | 95.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 106 | 0 | 0.81 | 0.48 | 0.2 | 335.42 | 0.69 | 0.47 |
| Hex | CC | 26 | 6A | 0 | 51 | 30 | 14 | 14F | 45 | 2F |
| Octal | 314 | 46 | 152 | 0 | 121 | 60 | 24 | 517 | 105 | 57 |
| Binary | 11001100 | 100110 | 1101010 | 0 | 1010001 | 110000 | 10100 | 101001111 | 1000101 | 101111 |
Color Harmonies of #CC266A
Complementary color
Monochromatic Colors of #CC266A
Black with #CC266A
Text Example
Text Example
White with #CC266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC266A; }
p { color: rgb(204,38,106); }
H1.HeaderClassName
{
color: #CC266A;
}
.AnyTagClassName
{
color: #CC266A;
}
</style>
background-color css
<style>
a { background-color: #CC266A; }
a { background-color: rgb(204,38,106); }
div.DivClassName
{
background-color: #CC266A;
}
.BgClassName
{
background-color: #CC266A;
}
</style>
border-color css
<style>
span { border-color: #CC266A; }
span { border-color: rgb(204,38,106); }
td.TdClassName
{
border-color: #CC266A;
}
.TagClassName
{
border-color: #CC266A;
}
</style>