Shades of Cabaret #CC5F68
Tints of Cabaret #CC5F68
RGB
CMYK
RGB Variations
Color information
#CC5F68 (or 0xCC5F68) is known color: Cabaret. HEX triplet: CC, 5F and 68. RGB value is (204,95,104). Sum of RGB (Red+Green+Blue) = 204+95+104=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F68 is #33A097. Grayscale: #808080. Windows color (decimal): -3383448 or 6840268. OLE color: 6840268.
HSL color Cylindrical-coordinate representation of color #CC5F68: hue angle of 355.05º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F68 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 104 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.2 |
| HSL | 355.05º | 0.52% | 0.59% | - |
| HSV(B) | 355.05º | 0.53% | 0.8% | - |
| XYZ | 31.49 | 22.02 | 15.69 | - |
| YUV | 128.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 104 | 0 | 0.53 | 0.49 | 0.2 | 355.05 | 0.52 | 0.59 |
| Hex | CC | 5F | 68 | 0 | 35 | 31 | 14 | 163 | 34 | 3B |
| Octal | 314 | 137 | 150 | 0 | 65 | 61 | 24 | 543 | 64 | 73 |
| Binary | 11001100 | 1011111 | 1101000 | 0 | 110101 | 110001 | 10100 | 101100011 | 110100 | 111011 |
Color Harmonies of #CC5F68
Complementary color
Monochromatic Colors of #CC5F68
Black with #CC5F68
Text Example
Text Example
White with #CC5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F68; }
p { color: rgb(204,95,104); }
H1.HeaderClassName
{
color: #CC5F68;
}
.AnyTagClassName
{
color: #CC5F68;
}
</style>
background-color css
<style>
a { background-color: #CC5F68; }
a { background-color: rgb(204,95,104); }
div.DivClassName
{
background-color: #CC5F68;
}
.BgClassName
{
background-color: #CC5F68;
}
</style>
border-color css
<style>
span { border-color: #CC5F68; }
span { border-color: rgb(204,95,104); }
td.TdClassName
{
border-color: #CC5F68;
}
.TagClassName
{
border-color: #CC5F68;
}
</style>