Shades of Cabaret #CC4069
Tints of Cabaret #CC4069
RGB
CMYK
RGB Variations
Color information
#CC4069 (or 0xCC4069) is known color: Cabaret. HEX triplet: CC, 40 and 69. RGB value is (204,64,105). Sum of RGB (Red+Green+Blue) = 204+64+105=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4069 is #33BF96. Grayscale: #6E6E6E. Windows color (decimal): -3391383 or 6897868. OLE color: 6897868.
HSL color Cylindrical-coordinate representation of color #CC4069: hue angle of 342.43º 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 #CC4069 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 105 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.2 |
| HSL | 342.43º | 0.58% | 0.53% | - |
| HSV(B) | 342.43º | 0.69% | 0.8% | - |
| XYZ | 29.29 | 17.52 | 15.2 | - |
| YUV | 110.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 105 | 0 | 0.69 | 0.49 | 0.2 | 342.43 | 0.58 | 0.53 |
| Hex | CC | 40 | 69 | 0 | 45 | 31 | 14 | 156 | 3A | 35 |
| Octal | 314 | 100 | 151 | 0 | 105 | 61 | 24 | 526 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1101001 | 0 | 1000101 | 110001 | 10100 | 101010110 | 111010 | 110101 |
Color Harmonies of #CC4069
Complementary color
Monochromatic Colors of #CC4069
Black with #CC4069
Text Example
Text Example
White with #CC4069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4069; }
p { color: rgb(204,64,105); }
H1.HeaderClassName
{
color: #CC4069;
}
.AnyTagClassName
{
color: #CC4069;
}
</style>
background-color css
<style>
a { background-color: #CC4069; }
a { background-color: rgb(204,64,105); }
div.DivClassName
{
background-color: #CC4069;
}
.BgClassName
{
background-color: #CC4069;
}
</style>
border-color css
<style>
span { border-color: #CC4069; }
span { border-color: rgb(204,64,105); }
td.TdClassName
{
border-color: #CC4069;
}
.TagClassName
{
border-color: #CC4069;
}
</style>