Shades of Cabaret #CC5C6A
Tints of Cabaret #CC5C6A
RGB
CMYK
RGB Variations
Color information
#CC5C6A (or 0xCC5C6A) is known color: Cabaret. HEX triplet: CC, 5C and 6A. RGB value is (204,92,106). Sum of RGB (Red+Green+Blue) = 204+92+106=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C6A is #33A395. Grayscale: #7F7F7F. Windows color (decimal): -3384214 or 6970572. OLE color: 6970572.
HSL color Cylindrical-coordinate representation of color #CC5C6A: hue angle of 352.5º degrees, saturation: 0.52, 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 #CC5C6A is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 106 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.2 |
| HSL | 352.5º | 0.52% | 0.58% | - |
| HSV(B) | 352.5º | 0.55% | 0.8% | - |
| XYZ | 31.33 | 21.53 | 16.14 | - |
| YUV | 127.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 106 | 0 | 0.55 | 0.48 | 0.2 | 352.5 | 0.52 | 0.58 |
| Hex | CC | 5C | 6A | 0 | 37 | 30 | 14 | 160 | 34 | 3A |
| Octal | 314 | 134 | 152 | 0 | 67 | 60 | 24 | 540 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1101010 | 0 | 110111 | 110000 | 10100 | 101100000 | 110100 | 111010 |
Color Harmonies of #CC5C6A
Complementary color
Monochromatic Colors of #CC5C6A
Black with #CC5C6A
Text Example
Text Example
White with #CC5C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C6A; }
p { color: rgb(204,92,106); }
H1.HeaderClassName
{
color: #CC5C6A;
}
.AnyTagClassName
{
color: #CC5C6A;
}
</style>
background-color css
<style>
a { background-color: #CC5C6A; }
a { background-color: rgb(204,92,106); }
div.DivClassName
{
background-color: #CC5C6A;
}
.BgClassName
{
background-color: #CC5C6A;
}
</style>
border-color css
<style>
span { border-color: #CC5C6A; }
span { border-color: rgb(204,92,106); }
td.TdClassName
{
border-color: #CC5C6A;
}
.TagClassName
{
border-color: #CC5C6A;
}
</style>