Shades of Cabaret #CC3F6E
Tints of Cabaret #CC3F6E
RGB
CMYK
RGB Variations
Color information
#CC3F6E (or 0xCC3F6E) is known color: Cabaret. HEX triplet: CC, 3F and 6E. RGB value is (204,63,110). Sum of RGB (Red+Green+Blue) = 204+63+110=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F6E is #33C091. Grayscale: #6E6E6E. Windows color (decimal): -3391634 or 7225292. OLE color: 7225292.
HSL color Cylindrical-coordinate representation of color #CC3F6E: hue angle of 340º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F6E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 110 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.2 |
| HSL | 340º | 0.58% | 0.52% | - |
| HSV(B) | 340º | 0.69% | 0.8% | - |
| XYZ | 29.49 | 17.52 | 16.58 | - |
| YUV | 110.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 110 | 0 | 0.69 | 0.46 | 0.2 | 340 | 0.58 | 0.52 |
| Hex | CC | 3F | 6E | 0 | 45 | 2E | 14 | 154 | 3A | 34 |
| Octal | 314 | 77 | 156 | 0 | 105 | 56 | 24 | 524 | 72 | 64 |
| Binary | 11001100 | 111111 | 1101110 | 0 | 1000101 | 101110 | 10100 | 101010100 | 111010 | 110100 |
Color Harmonies of #CC3F6E
Complementary color
Monochromatic Colors of #CC3F6E
Black with #CC3F6E
Text Example
Text Example
White with #CC3F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F6E; }
p { color: rgb(204,63,110); }
H1.HeaderClassName
{
color: #CC3F6E;
}
.AnyTagClassName
{
color: #CC3F6E;
}
</style>
background-color css
<style>
a { background-color: #CC3F6E; }
a { background-color: rgb(204,63,110); }
div.DivClassName
{
background-color: #CC3F6E;
}
.BgClassName
{
background-color: #CC3F6E;
}
</style>
border-color css
<style>
span { border-color: #CC3F6E; }
span { border-color: rgb(204,63,110); }
td.TdClassName
{
border-color: #CC3F6E;
}
.TagClassName
{
border-color: #CC3F6E;
}
</style>