Shades of Cabaret #CC4F6E
Tints of Cabaret #CC4F6E
RGB
CMYK
RGB Variations
Color information
#CC4F6E (or 0xCC4F6E) is known color: Cabaret. HEX triplet: CC, 4F and 6E. RGB value is (204,79,110). Sum of RGB (Red+Green+Blue) = 204+79+110=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F6E is #33B091. Grayscale: #777777. Windows color (decimal): -3387538 or 7229388. OLE color: 7229388.
HSL color Cylindrical-coordinate representation of color #CC4F6E: hue angle of 345.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F6E is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 110 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.2 |
| HSL | 345.12º | 0.55% | 0.55% | - |
| HSV(B) | 345.12º | 0.61% | 0.8% | - |
| XYZ | 30.51 | 19.56 | 16.92 | - |
| YUV | 119.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 110 | 0 | 0.61 | 0.46 | 0.2 | 345.12 | 0.55 | 0.55 |
| Hex | CC | 4F | 6E | 0 | 3D | 2E | 14 | 159 | 37 | 37 |
| Octal | 314 | 117 | 156 | 0 | 75 | 56 | 24 | 531 | 67 | 67 |
| Binary | 11001100 | 1001111 | 1101110 | 0 | 111101 | 101110 | 10100 | 101011001 | 110111 | 110111 |
Color Harmonies of #CC4F6E
Complementary color
Monochromatic Colors of #CC4F6E
Black with #CC4F6E
Text Example
Text Example
White with #CC4F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F6E; }
p { color: rgb(204,79,110); }
H1.HeaderClassName
{
color: #CC4F6E;
}
.AnyTagClassName
{
color: #CC4F6E;
}
</style>
background-color css
<style>
a { background-color: #CC4F6E; }
a { background-color: rgb(204,79,110); }
div.DivClassName
{
background-color: #CC4F6E;
}
.BgClassName
{
background-color: #CC4F6E;
}
</style>
border-color css
<style>
span { border-color: #CC4F6E; }
span { border-color: rgb(204,79,110); }
td.TdClassName
{
border-color: #CC4F6E;
}
.TagClassName
{
border-color: #CC4F6E;
}
</style>