Shades of Cabaret #CC4A65
Tints of Cabaret #CC4A65
RGB
CMYK
RGB Variations
Color information
#CC4A65 (or 0xCC4A65) is known color: Cabaret. HEX triplet: CC, 4A and 65. RGB value is (204,74,101). Sum of RGB (Red+Green+Blue) = 204+74+101=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A65 is #33B59A. Grayscale: #737373. Windows color (decimal): -3388827 or 6638284. OLE color: 6638284.
HSL color Cylindrical-coordinate representation of color #CC4A65: hue angle of 347.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A65 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 101 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.2 |
| HSL | 347.54º | 0.56% | 0.55% | - |
| HSV(B) | 347.54º | 0.64% | 0.8% | - |
| XYZ | 29.7 | 18.67 | 14.35 | - |
| YUV | 115.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 101 | 0 | 0.64 | 0.50 | 0.2 | 347.54 | 0.56 | 0.55 |
| Hex | CC | 4A | 65 | 0 | 40 | 32 | 14 | 15C | 38 | 37 |
| Octal | 314 | 112 | 145 | 0 | 100 | 62 | 24 | 534 | 70 | 67 |
| Binary | 11001100 | 1001010 | 1100101 | 0 | 1000000 | 110010 | 10100 | 101011100 | 111000 | 110111 |
Color Harmonies of #CC4A65
Complementary color
Monochromatic Colors of #CC4A65
Black with #CC4A65
Text Example
Text Example
White with #CC4A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A65; }
p { color: rgb(204,74,101); }
H1.HeaderClassName
{
color: #CC4A65;
}
.AnyTagClassName
{
color: #CC4A65;
}
</style>
background-color css
<style>
a { background-color: #CC4A65; }
a { background-color: rgb(204,74,101); }
div.DivClassName
{
background-color: #CC4A65;
}
.BgClassName
{
background-color: #CC4A65;
}
</style>
border-color css
<style>
span { border-color: #CC4A65; }
span { border-color: rgb(204,74,101); }
td.TdClassName
{
border-color: #CC4A65;
}
.TagClassName
{
border-color: #CC4A65;
}
</style>