Shades of Cabaret #CC6374
Tints of Cabaret #CC6374
RGB
CMYK
RGB Variations
Color information
#CC6374 (or 0xCC6374) is known color: Cabaret. HEX triplet: CC, 63 and 74. RGB value is (204,99,116). Sum of RGB (Red+Green+Blue) = 204+99+116=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6374 is #339C8B. Grayscale: #848484. Windows color (decimal): -3382412 or 7627724. OLE color: 7627724.
HSL color Cylindrical-coordinate representation of color #CC6374: hue angle of 350.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6374 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 116 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.2 |
| HSL | 350.29º | 0.51% | 0.59% | - |
| HSV(B) | 350.29º | 0.51% | 0.8% | - |
| XYZ | 32.52 | 23.02 | 19.25 | - |
| YUV | 132.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 116 | 0 | 0.51 | 0.43 | 0.2 | 350.29 | 0.51 | 0.59 |
| Hex | CC | 63 | 74 | 0 | 33 | 2B | 14 | 15E | 33 | 3B |
| Octal | 314 | 143 | 164 | 0 | 63 | 53 | 24 | 536 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1110100 | 0 | 110011 | 101011 | 10100 | 101011110 | 110011 | 111011 |
Color Harmonies of #CC6374
Complementary color
Monochromatic Colors of #CC6374
Black with #CC6374
Text Example
Text Example
White with #CC6374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6374; }
p { color: rgb(204,99,116); }
H1.HeaderClassName
{
color: #CC6374;
}
.AnyTagClassName
{
color: #CC6374;
}
</style>
background-color css
<style>
a { background-color: #CC6374; }
a { background-color: rgb(204,99,116); }
div.DivClassName
{
background-color: #CC6374;
}
.BgClassName
{
background-color: #CC6374;
}
</style>
border-color css
<style>
span { border-color: #CC6374; }
span { border-color: rgb(204,99,116); }
td.TdClassName
{
border-color: #CC6374;
}
.TagClassName
{
border-color: #CC6374;
}
</style>