Shades of Cabaret #CC676D
Tints of Cabaret #CC676D
RGB
CMYK
RGB Variations
Color information
#CC676D (or 0xCC676D) is known color: Cabaret. HEX triplet: CC, 67 and 6D. RGB value is (204,103,109). Sum of RGB (Red+Green+Blue) = 204+103+109=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC676D is #339892. Grayscale: #858585. Windows color (decimal): -3381395 or 7169996. OLE color: 7169996.
HSL color Cylindrical-coordinate representation of color #CC676D: hue angle of 356.44º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC676D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 109 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.2 |
| HSL | 356.44º | 0.5% | 0.6% | - |
| HSV(B) | 356.44º | 0.5% | 0.8% | - |
| XYZ | 32.51 | 23.64 | 17.32 | - |
| YUV | 133.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 109 | 0 | 0.50 | 0.47 | 0.2 | 356.44 | 0.5 | 0.6 |
| Hex | CC | 67 | 6D | 0 | 32 | 2F | 14 | 164 | 32 | 3C |
| Octal | 314 | 147 | 155 | 0 | 62 | 57 | 24 | 544 | 62 | 74 |
| Binary | 11001100 | 1100111 | 1101101 | 0 | 110010 | 101111 | 10100 | 101100100 | 110010 | 111100 |
Color Harmonies of #CC676D
Complementary color
Monochromatic Colors of #CC676D
Black with #CC676D
Text Example
Text Example
White with #CC676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC676D; }
p { color: rgb(204,103,109); }
H1.HeaderClassName
{
color: #CC676D;
}
.AnyTagClassName
{
color: #CC676D;
}
</style>
background-color css
<style>
a { background-color: #CC676D; }
a { background-color: rgb(204,103,109); }
div.DivClassName
{
background-color: #CC676D;
}
.BgClassName
{
background-color: #CC676D;
}
</style>
border-color css
<style>
span { border-color: #CC676D; }
span { border-color: rgb(204,103,109); }
td.TdClassName
{
border-color: #CC676D;
}
.TagClassName
{
border-color: #CC676D;
}
</style>