Shades of Cabaret #CC686E
Tints of Cabaret #CC686E
RGB
CMYK
RGB Variations
Color information
#CC686E (or 0xCC686E) is known color: Cabaret. HEX triplet: CC, 68 and 6E. RGB value is (204,104,110). Sum of RGB (Red+Green+Blue) = 204+104+110=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC686E is #339791. Grayscale: #868686. Windows color (decimal): -3381138 or 7235788. OLE color: 7235788.
HSL color Cylindrical-coordinate representation of color #CC686E: hue angle of 356.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC686E is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 110 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.2 |
| HSL | 356.4º | 0.5% | 0.6% | - |
| HSV(B) | 356.4º | 0.49% | 0.8% | - |
| XYZ | 32.67 | 23.86 | 17.64 | - |
| YUV | 134.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 110 | 0 | 0.49 | 0.46 | 0.2 | 356.4 | 0.5 | 0.6 |
| Hex | CC | 68 | 6E | 0 | 31 | 2E | 14 | 164 | 32 | 3C |
| Octal | 314 | 150 | 156 | 0 | 61 | 56 | 24 | 544 | 62 | 74 |
| Binary | 11001100 | 1101000 | 1101110 | 0 | 110001 | 101110 | 10100 | 101100100 | 110010 | 111100 |
Color Harmonies of #CC686E
Complementary color
Monochromatic Colors of #CC686E
Black with #CC686E
Text Example
Text Example
White with #CC686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC686E; }
p { color: rgb(204,104,110); }
H1.HeaderClassName
{
color: #CC686E;
}
.AnyTagClassName
{
color: #CC686E;
}
</style>
background-color css
<style>
a { background-color: #CC686E; }
a { background-color: rgb(204,104,110); }
div.DivClassName
{
background-color: #CC686E;
}
.BgClassName
{
background-color: #CC686E;
}
</style>
border-color css
<style>
span { border-color: #CC686E; }
span { border-color: rgb(204,104,110); }
td.TdClassName
{
border-color: #CC686E;
}
.TagClassName
{
border-color: #CC686E;
}
</style>