Shades of Cabaret #CC6174
Tints of Cabaret #CC6174
RGB
CMYK
RGB Variations
Color information
#CC6174 (or 0xCC6174) is known color: Cabaret. HEX triplet: CC, 61 and 74. RGB value is (204,97,116). Sum of RGB (Red+Green+Blue) = 204+97+116=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6174 is #339E8B. Grayscale: #838383. Windows color (decimal): -3382924 or 7627212. OLE color: 7627212.
HSL color Cylindrical-coordinate representation of color #CC6174: hue angle of 349.35º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6174 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 116 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.2 |
| HSL | 349.35º | 0.51% | 0.59% | - |
| HSV(B) | 349.35º | 0.52% | 0.8% | - |
| XYZ | 32.33 | 22.65 | 19.19 | - |
| YUV | 131.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 116 | 0 | 0.52 | 0.43 | 0.2 | 349.35 | 0.51 | 0.59 |
| Hex | CC | 61 | 74 | 0 | 34 | 2B | 14 | 15D | 33 | 3B |
| Octal | 314 | 141 | 164 | 0 | 64 | 53 | 24 | 535 | 63 | 73 |
| Binary | 11001100 | 1100001 | 1110100 | 0 | 110100 | 101011 | 10100 | 101011101 | 110011 | 111011 |
Color Harmonies of #CC6174
Complementary color
Monochromatic Colors of #CC6174
Black with #CC6174
Text Example
Text Example
White with #CC6174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6174; }
p { color: rgb(204,97,116); }
H1.HeaderClassName
{
color: #CC6174;
}
.AnyTagClassName
{
color: #CC6174;
}
</style>
background-color css
<style>
a { background-color: #CC6174; }
a { background-color: rgb(204,97,116); }
div.DivClassName
{
background-color: #CC6174;
}
.BgClassName
{
background-color: #CC6174;
}
</style>
border-color css
<style>
span { border-color: #CC6174; }
span { border-color: rgb(204,97,116); }
td.TdClassName
{
border-color: #CC6174;
}
.TagClassName
{
border-color: #CC6174;
}
</style>