Shades of Cabaret #CC4067
Tints of Cabaret #CC4067
RGB
CMYK
RGB Variations
Color information
#CC4067 (or 0xCC4067) is known color: Cabaret. HEX triplet: CC, 40 and 67. RGB value is (204,64,103). Sum of RGB (Red+Green+Blue) = 204+64+103=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4067 is #33BF98. Grayscale: #6E6E6E. Windows color (decimal): -3391385 or 6766796. OLE color: 6766796.
HSL color Cylindrical-coordinate representation of color #CC4067: hue angle of 343.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4067 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 103 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.2 |
| HSL | 343.29º | 0.58% | 0.53% | - |
| HSV(B) | 343.29º | 0.69% | 0.8% | - |
| XYZ | 29.18 | 17.48 | 14.67 | - |
| YUV | 110.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 103 | 0 | 0.69 | 0.50 | 0.2 | 343.29 | 0.58 | 0.53 |
| Hex | CC | 40 | 67 | 0 | 45 | 32 | 14 | 157 | 3A | 35 |
| Octal | 314 | 100 | 147 | 0 | 105 | 62 | 24 | 527 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1100111 | 0 | 1000101 | 110010 | 10100 | 101010111 | 111010 | 110101 |
Color Harmonies of #CC4067
Complementary color
Monochromatic Colors of #CC4067
Black with #CC4067
Text Example
Text Example
White with #CC4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4067; }
p { color: rgb(204,64,103); }
H1.HeaderClassName
{
color: #CC4067;
}
.AnyTagClassName
{
color: #CC4067;
}
</style>
background-color css
<style>
a { background-color: #CC4067; }
a { background-color: rgb(204,64,103); }
div.DivClassName
{
background-color: #CC4067;
}
.BgClassName
{
background-color: #CC4067;
}
</style>
border-color css
<style>
span { border-color: #CC4067; }
span { border-color: rgb(204,64,103); }
td.TdClassName
{
border-color: #CC4067;
}
.TagClassName
{
border-color: #CC4067;
}
</style>