Shades of Cabaret #CC4374
Tints of Cabaret #CC4374
RGB
CMYK
RGB Variations
Color information
#CC4374 (or 0xCC4374) is known color: Cabaret. HEX triplet: CC, 43 and 74. RGB value is (204,67,116). Sum of RGB (Red+Green+Blue) = 204+67+116=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4374 is #33BC8B. Grayscale: #717171. Windows color (decimal): -3390604 or 7619532. OLE color: 7619532.
HSL color Cylindrical-coordinate representation of color #CC4374: hue angle of 338.54º 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 #CC4374 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 116 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.2 |
| HSL | 338.54º | 0.57% | 0.53% | - |
| HSV(B) | 338.54º | 0.67% | 0.8% | - |
| XYZ | 30.06 | 18.11 | 18.43 | - |
| YUV | 113.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 116 | 0 | 0.67 | 0.43 | 0.2 | 338.54 | 0.57 | 0.53 |
| Hex | CC | 43 | 74 | 0 | 43 | 2B | 14 | 153 | 39 | 35 |
| Octal | 314 | 103 | 164 | 0 | 103 | 53 | 24 | 523 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1110100 | 0 | 1000011 | 101011 | 10100 | 101010011 | 111001 | 110101 |
Color Harmonies of #CC4374
Complementary color
Monochromatic Colors of #CC4374
Black with #CC4374
Text Example
Text Example
White with #CC4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4374; }
p { color: rgb(204,67,116); }
H1.HeaderClassName
{
color: #CC4374;
}
.AnyTagClassName
{
color: #CC4374;
}
</style>
background-color css
<style>
a { background-color: #CC4374; }
a { background-color: rgb(204,67,116); }
div.DivClassName
{
background-color: #CC4374;
}
.BgClassName
{
background-color: #CC4374;
}
</style>
border-color css
<style>
span { border-color: #CC4374; }
span { border-color: rgb(204,67,116); }
td.TdClassName
{
border-color: #CC4374;
}
.TagClassName
{
border-color: #CC4374;
}
</style>