Shades of Cabaret #CC647A
Tints of Cabaret #CC647A
RGB
CMYK
RGB Variations
Color information
#CC647A (or 0xCC647A) is known color: Cabaret. HEX triplet: CC, 64 and 7A. RGB value is (204,100,122). Sum of RGB (Red+Green+Blue) = 204+100+122=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647A is #339B85. Grayscale: #858585. Windows color (decimal): -3382150 or 8021196. OLE color: 8021196.
HSL color Cylindrical-coordinate representation of color #CC647A: hue angle of 347.31º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC647A is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 122 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.2 |
| HSL | 347.31º | 0.5% | 0.6% | - |
| HSV(B) | 347.31º | 0.51% | 0.8% | - |
| XYZ | 32.97 | 23.36 | 21.18 | - |
| YUV | 133.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 122 | 0 | 0.51 | 0.40 | 0.2 | 347.31 | 0.5 | 0.6 |
| Hex | CC | 64 | 7A | 0 | 33 | 28 | 14 | 15B | 32 | 3C |
| Octal | 314 | 144 | 172 | 0 | 63 | 50 | 24 | 533 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1111010 | 0 | 110011 | 101000 | 10100 | 101011011 | 110010 | 111100 |
Color Harmonies of #CC647A
Complementary color
Monochromatic Colors of #CC647A
Black with #CC647A
Text Example
Text Example
White with #CC647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC647A; }
p { color: rgb(204,100,122); }
H1.HeaderClassName
{
color: #CC647A;
}
.AnyTagClassName
{
color: #CC647A;
}
</style>
background-color css
<style>
a { background-color: #CC647A; }
a { background-color: rgb(204,100,122); }
div.DivClassName
{
background-color: #CC647A;
}
.BgClassName
{
background-color: #CC647A;
}
</style>
border-color css
<style>
span { border-color: #CC647A; }
span { border-color: rgb(204,100,122); }
td.TdClassName
{
border-color: #CC647A;
}
.TagClassName
{
border-color: #CC647A;
}
</style>