Shades of Cabaret #CC686F
Tints of Cabaret #CC686F
RGB
CMYK
RGB Variations
Color information
#CC686F (or 0xCC686F) is known color: Cabaret. HEX triplet: CC, 68 and 6F. RGB value is (204,104,111). Sum of RGB (Red+Green+Blue) = 204+104+111=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC686F is #339790. Grayscale: #868686. Windows color (decimal): -3381137 or 7301324. OLE color: 7301324.
HSL color Cylindrical-coordinate representation of color #CC686F: hue angle of 355.8º 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 #CC686F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 111 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.2 |
| HSL | 355.8º | 0.5% | 0.6% | - |
| HSV(B) | 355.8º | 0.49% | 0.8% | - |
| XYZ | 32.72 | 23.89 | 17.92 | - |
| YUV | 134.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 111 | 0 | 0.49 | 0.46 | 0.2 | 355.8 | 0.5 | 0.6 |
| Hex | CC | 68 | 6F | 0 | 31 | 2E | 14 | 164 | 32 | 3C |
| Octal | 314 | 150 | 157 | 0 | 61 | 56 | 24 | 544 | 62 | 74 |
| Binary | 11001100 | 1101000 | 1101111 | 0 | 110001 | 101110 | 10100 | 101100100 | 110010 | 111100 |
Color Harmonies of #CC686F
Complementary color
Monochromatic Colors of #CC686F
Black with #CC686F
Text Example
Text Example
White with #CC686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC686F; }
p { color: rgb(204,104,111); }
H1.HeaderClassName
{
color: #CC686F;
}
.AnyTagClassName
{
color: #CC686F;
}
</style>
background-color css
<style>
a { background-color: #CC686F; }
a { background-color: rgb(204,104,111); }
div.DivClassName
{
background-color: #CC686F;
}
.BgClassName
{
background-color: #CC686F;
}
</style>
border-color css
<style>
span { border-color: #CC686F; }
span { border-color: rgb(204,104,111); }
td.TdClassName
{
border-color: #CC686F;
}
.TagClassName
{
border-color: #CC686F;
}
</style>