Shades of Cabaret #CC5B67
Tints of Cabaret #CC5B67
RGB
CMYK
RGB Variations
Color information
#CC5B67 (or 0xCC5B67) is known color: Cabaret. HEX triplet: CC, 5B and 67. RGB value is (204,91,103). Sum of RGB (Red+Green+Blue) = 204+91+103=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B67 is #33A498. Grayscale: #7E7E7E. Windows color (decimal): -3384473 or 6773708. OLE color: 6773708.
HSL color Cylindrical-coordinate representation of color #CC5B67: hue angle of 353.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5B67 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 103 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.2 |
| HSL | 353.63º | 0.53% | 0.58% | - |
| HSV(B) | 353.63º | 0.55% | 0.8% | - |
| XYZ | 31.09 | 21.3 | 15.3 | - |
| YUV | 126.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 103 | 0 | 0.55 | 0.50 | 0.2 | 353.63 | 0.53 | 0.58 |
| Hex | CC | 5B | 67 | 0 | 37 | 32 | 14 | 162 | 35 | 3A |
| Octal | 314 | 133 | 147 | 0 | 67 | 62 | 24 | 542 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1100111 | 0 | 110111 | 110010 | 10100 | 101100010 | 110101 | 111010 |
Color Harmonies of #CC5B67
Complementary color
Monochromatic Colors of #CC5B67
Black with #CC5B67
Text Example
Text Example
White with #CC5B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B67; }
p { color: rgb(204,91,103); }
H1.HeaderClassName
{
color: #CC5B67;
}
.AnyTagClassName
{
color: #CC5B67;
}
</style>
background-color css
<style>
a { background-color: #CC5B67; }
a { background-color: rgb(204,91,103); }
div.DivClassName
{
background-color: #CC5B67;
}
.BgClassName
{
background-color: #CC5B67;
}
</style>
border-color css
<style>
span { border-color: #CC5B67; }
span { border-color: rgb(204,91,103); }
td.TdClassName
{
border-color: #CC5B67;
}
.TagClassName
{
border-color: #CC5B67;
}
</style>