Shades of Cabaret #CC6168
Tints of Cabaret #CC6168
RGB
CMYK
RGB Variations
Color information
#CC6168 (or 0xCC6168) is known color: Cabaret. HEX triplet: CC, 61 and 68. RGB value is (204,97,104). Sum of RGB (Red+Green+Blue) = 204+97+104=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6168 is #339E97. Grayscale: #818181. Windows color (decimal): -3382936 or 6840780. OLE color: 6840780.
HSL color Cylindrical-coordinate representation of color #CC6168: hue angle of 356.07º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6168 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 104 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.2 |
| HSL | 356.07º | 0.51% | 0.59% | - |
| HSV(B) | 356.07º | 0.52% | 0.8% | - |
| XYZ | 31.68 | 22.39 | 15.75 | - |
| YUV | 129.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 104 | 0 | 0.52 | 0.49 | 0.2 | 356.07 | 0.51 | 0.59 |
| Hex | CC | 61 | 68 | 0 | 34 | 31 | 14 | 164 | 33 | 3B |
| Octal | 314 | 141 | 150 | 0 | 64 | 61 | 24 | 544 | 63 | 73 |
| Binary | 11001100 | 1100001 | 1101000 | 0 | 110100 | 110001 | 10100 | 101100100 | 110011 | 111011 |
Color Harmonies of #CC6168
Complementary color
Monochromatic Colors of #CC6168
Black with #CC6168
Text Example
Text Example
White with #CC6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6168; }
p { color: rgb(204,97,104); }
H1.HeaderClassName
{
color: #CC6168;
}
.AnyTagClassName
{
color: #CC6168;
}
</style>
background-color css
<style>
a { background-color: #CC6168; }
a { background-color: rgb(204,97,104); }
div.DivClassName
{
background-color: #CC6168;
}
.BgClassName
{
background-color: #CC6168;
}
</style>
border-color css
<style>
span { border-color: #CC6168; }
span { border-color: rgb(204,97,104); }
td.TdClassName
{
border-color: #CC6168;
}
.TagClassName
{
border-color: #CC6168;
}
</style>