Shades of Cabaret #CC4D75
Tints of Cabaret #CC4D75
RGB
CMYK
RGB Variations
Color information
#CC4D75 (or 0xCC4D75) is known color: Cabaret. HEX triplet: CC, 4D and 75. RGB value is (204,77,117). Sum of RGB (Red+Green+Blue) = 204+77+117=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D75 is #33B28A. Grayscale: #777777. Windows color (decimal): -3388043 or 7687628. OLE color: 7687628.
HSL color Cylindrical-coordinate representation of color #CC4D75: hue angle of 341.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4D75 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 117 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.2 |
| HSL | 341.1º | 0.55% | 0.55% | - |
| HSV(B) | 341.1º | 0.62% | 0.8% | - |
| XYZ | 30.77 | 19.43 | 18.96 | - |
| YUV | 119.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 117 | 0 | 0.62 | 0.43 | 0.2 | 341.1 | 0.55 | 0.55 |
| Hex | CC | 4D | 75 | 0 | 3E | 2B | 14 | 155 | 37 | 37 |
| Octal | 314 | 115 | 165 | 0 | 76 | 53 | 24 | 525 | 67 | 67 |
| Binary | 11001100 | 1001101 | 1110101 | 0 | 111110 | 101011 | 10100 | 101010101 | 110111 | 110111 |
Color Harmonies of #CC4D75
Complementary color
Monochromatic Colors of #CC4D75
Black with #CC4D75
Text Example
Text Example
White with #CC4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D75; }
p { color: rgb(204,77,117); }
H1.HeaderClassName
{
color: #CC4D75;
}
.AnyTagClassName
{
color: #CC4D75;
}
</style>
background-color css
<style>
a { background-color: #CC4D75; }
a { background-color: rgb(204,77,117); }
div.DivClassName
{
background-color: #CC4D75;
}
.BgClassName
{
background-color: #CC4D75;
}
</style>
border-color css
<style>
span { border-color: #CC4D75; }
span { border-color: rgb(204,77,117); }
td.TdClassName
{
border-color: #CC4D75;
}
.TagClassName
{
border-color: #CC4D75;
}
</style>