Shades of Cabaret #CC6175
Tints of Cabaret #CC6175
RGB
CMYK
RGB Variations
Color information
#CC6175 (or 0xCC6175) is known color: Cabaret. HEX triplet: CC, 61 and 75. RGB value is (204,97,117). Sum of RGB (Red+Green+Blue) = 204+97+117=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6175 is #339E8A. Grayscale: #838383. Windows color (decimal): -3382923 or 7692748. OLE color: 7692748.
HSL color Cylindrical-coordinate representation of color #CC6175: hue angle of 348.79º 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 #CC6175 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 117 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.2 |
| HSL | 348.79º | 0.51% | 0.59% | - |
| HSV(B) | 348.79º | 0.52% | 0.8% | - |
| XYZ | 32.39 | 22.67 | 19.5 | - |
| YUV | 131.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 117 | 0 | 0.52 | 0.43 | 0.2 | 348.79 | 0.51 | 0.59 |
| Hex | CC | 61 | 75 | 0 | 34 | 2B | 14 | 15D | 33 | 3B |
| Octal | 314 | 141 | 165 | 0 | 64 | 53 | 24 | 535 | 63 | 73 |
| Binary | 11001100 | 1100001 | 1110101 | 0 | 110100 | 101011 | 10100 | 101011101 | 110011 | 111011 |
Color Harmonies of #CC6175
Complementary color
Monochromatic Colors of #CC6175
Black with #CC6175
Text Example
Text Example
White with #CC6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6175; }
p { color: rgb(204,97,117); }
H1.HeaderClassName
{
color: #CC6175;
}
.AnyTagClassName
{
color: #CC6175;
}
</style>
background-color css
<style>
a { background-color: #CC6175; }
a { background-color: rgb(204,97,117); }
div.DivClassName
{
background-color: #CC6175;
}
.BgClassName
{
background-color: #CC6175;
}
</style>
border-color css
<style>
span { border-color: #CC6175; }
span { border-color: rgb(204,97,117); }
td.TdClassName
{
border-color: #CC6175;
}
.TagClassName
{
border-color: #CC6175;
}
</style>