Shades of Cabaret #CC4F65
Tints of Cabaret #CC4F65
RGB
CMYK
RGB Variations
Color information
#CC4F65 (or 0xCC4F65) is known color: Cabaret. HEX triplet: CC, 4F and 65. RGB value is (204,79,101). Sum of RGB (Red+Green+Blue) = 204+79+101=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F65 is #33B09A. Grayscale: #767676. Windows color (decimal): -3387547 or 6639564. OLE color: 6639564.
HSL color Cylindrical-coordinate representation of color #CC4F65: hue angle of 349.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F65 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 101 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.2 |
| HSL | 349.44º | 0.55% | 0.55% | - |
| HSV(B) | 349.44º | 0.61% | 0.8% | - |
| XYZ | 30.05 | 19.37 | 14.47 | - |
| YUV | 118.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 101 | 0 | 0.61 | 0.50 | 0.2 | 349.44 | 0.55 | 0.55 |
| Hex | CC | 4F | 65 | 0 | 3D | 32 | 14 | 15D | 37 | 37 |
| Octal | 314 | 117 | 145 | 0 | 75 | 62 | 24 | 535 | 67 | 67 |
| Binary | 11001100 | 1001111 | 1100101 | 0 | 111101 | 110010 | 10100 | 101011101 | 110111 | 110111 |
Color Harmonies of #CC4F65
Complementary color
Monochromatic Colors of #CC4F65
Black with #CC4F65
Text Example
Text Example
White with #CC4F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F65; }
p { color: rgb(204,79,101); }
H1.HeaderClassName
{
color: #CC4F65;
}
.AnyTagClassName
{
color: #CC4F65;
}
</style>
background-color css
<style>
a { background-color: #CC4F65; }
a { background-color: rgb(204,79,101); }
div.DivClassName
{
background-color: #CC4F65;
}
.BgClassName
{
background-color: #CC4F65;
}
</style>
border-color css
<style>
span { border-color: #CC4F65; }
span { border-color: rgb(204,79,101); }
td.TdClassName
{
border-color: #CC4F65;
}
.TagClassName
{
border-color: #CC4F65;
}
</style>