Shades of Cabaret #CC4763
Tints of Cabaret #CC4763
RGB
CMYK
RGB Variations
Color information
#CC4763 (or 0xCC4763) is known color: Cabaret. HEX triplet: CC, 47 and 63. RGB value is (204,71,99). Sum of RGB (Red+Green+Blue) = 204+71+99=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4763 is #33B89C. Grayscale: #717171. Windows color (decimal): -3389597 or 6506444. OLE color: 6506444.
HSL color Cylindrical-coordinate representation of color #CC4763: hue angle of 347.37º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4763 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 99 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.2 |
| HSL | 347.37º | 0.57% | 0.54% | - |
| HSV(B) | 347.37º | 0.65% | 0.8% | - |
| XYZ | 29.41 | 18.24 | 13.78 | - |
| YUV | 113.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 99 | 0 | 0.65 | 0.51 | 0.2 | 347.37 | 0.57 | 0.54 |
| Hex | CC | 47 | 63 | 0 | 41 | 33 | 14 | 15B | 39 | 36 |
| Octal | 314 | 107 | 143 | 0 | 101 | 63 | 24 | 533 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1100011 | 0 | 1000001 | 110011 | 10100 | 101011011 | 111001 | 110110 |
Color Harmonies of #CC4763
Complementary color
Monochromatic Colors of #CC4763
Black with #CC4763
Text Example
Text Example
White with #CC4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4763; }
p { color: rgb(204,71,99); }
H1.HeaderClassName
{
color: #CC4763;
}
.AnyTagClassName
{
color: #CC4763;
}
</style>
background-color css
<style>
a { background-color: #CC4763; }
a { background-color: rgb(204,71,99); }
div.DivClassName
{
background-color: #CC4763;
}
.BgClassName
{
background-color: #CC4763;
}
</style>
border-color css
<style>
span { border-color: #CC4763; }
span { border-color: rgb(204,71,99); }
td.TdClassName
{
border-color: #CC4763;
}
.TagClassName
{
border-color: #CC4763;
}
</style>