Shades of Cabaret #CC446F
Tints of Cabaret #CC446F
RGB
CMYK
RGB Variations
Color information
#CC446F (or 0xCC446F) is known color: Cabaret. HEX triplet: CC, 44 and 6F. RGB value is (204,68,111). Sum of RGB (Red+Green+Blue) = 204+68+111=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC446F is #33BB90. Grayscale: #717171. Windows color (decimal): -3390353 or 7292108. OLE color: 7292108.
HSL color Cylindrical-coordinate representation of color #CC446F: hue angle of 341.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC446F is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 111 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.2 |
| HSL | 341.03º | 0.57% | 0.53% | - |
| HSV(B) | 341.03º | 0.67% | 0.8% | - |
| XYZ | 29.84 | 18.12 | 16.96 | - |
| YUV | 113.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 111 | 0 | 0.67 | 0.46 | 0.2 | 341.03 | 0.57 | 0.53 |
| Hex | CC | 44 | 6F | 0 | 43 | 2E | 14 | 155 | 39 | 35 |
| Octal | 314 | 104 | 157 | 0 | 103 | 56 | 24 | 525 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1101111 | 0 | 1000011 | 101110 | 10100 | 101010101 | 111001 | 110101 |
Color Harmonies of #CC446F
Complementary color
Monochromatic Colors of #CC446F
Black with #CC446F
Text Example
Text Example
White with #CC446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC446F; }
p { color: rgb(204,68,111); }
H1.HeaderClassName
{
color: #CC446F;
}
.AnyTagClassName
{
color: #CC446F;
}
</style>
background-color css
<style>
a { background-color: #CC446F; }
a { background-color: rgb(204,68,111); }
div.DivClassName
{
background-color: #CC446F;
}
.BgClassName
{
background-color: #CC446F;
}
</style>
border-color css
<style>
span { border-color: #CC446F; }
span { border-color: rgb(204,68,111); }
td.TdClassName
{
border-color: #CC446F;
}
.TagClassName
{
border-color: #CC446F;
}
</style>