Shades of Cabaret #CC426A
Tints of Cabaret #CC426A
RGB
CMYK
RGB Variations
Color information
#CC426A (or 0xCC426A) is known color: Cabaret. HEX triplet: CC, 42 and 6A. RGB value is (204,66,106). Sum of RGB (Red+Green+Blue) = 204+66+106=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC426A is #33BD95. Grayscale: #6F6F6F. Windows color (decimal): -3390870 or 6963916. OLE color: 6963916.
HSL color Cylindrical-coordinate representation of color #CC426A: hue angle of 342.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC426A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 106 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.2 |
| HSL | 342.61º | 0.58% | 0.53% | - |
| HSV(B) | 342.61º | 0.68% | 0.8% | - |
| XYZ | 29.45 | 17.77 | 15.51 | - |
| YUV | 111.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 106 | 0 | 0.68 | 0.48 | 0.2 | 342.61 | 0.58 | 0.53 |
| Hex | CC | 42 | 6A | 0 | 44 | 30 | 14 | 157 | 3A | 35 |
| Octal | 314 | 102 | 152 | 0 | 104 | 60 | 24 | 527 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1101010 | 0 | 1000100 | 110000 | 10100 | 101010111 | 111010 | 110101 |
Color Harmonies of #CC426A
Complementary color
Monochromatic Colors of #CC426A
Black with #CC426A
Text Example
Text Example
White with #CC426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC426A; }
p { color: rgb(204,66,106); }
H1.HeaderClassName
{
color: #CC426A;
}
.AnyTagClassName
{
color: #CC426A;
}
</style>
background-color css
<style>
a { background-color: #CC426A; }
a { background-color: rgb(204,66,106); }
div.DivClassName
{
background-color: #CC426A;
}
.BgClassName
{
background-color: #CC426A;
}
</style>
border-color css
<style>
span { border-color: #CC426A; }
span { border-color: rgb(204,66,106); }
td.TdClassName
{
border-color: #CC426A;
}
.TagClassName
{
border-color: #CC426A;
}
</style>