Shades of Cabaret #CC4467
Tints of Cabaret #CC4467
RGB
CMYK
RGB Variations
Color information
#CC4467 (or 0xCC4467) is known color: Cabaret. HEX triplet: CC, 44 and 67. RGB value is (204,68,103). Sum of RGB (Red+Green+Blue) = 204+68+103=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4467 is #33BB98. Grayscale: #707070. Windows color (decimal): -3390361 or 6767820. OLE color: 6767820.
HSL color Cylindrical-coordinate representation of color #CC4467: hue angle of 344.56º 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 #CC4467 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 103 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.2 |
| HSL | 344.56º | 0.57% | 0.53% | - |
| HSV(B) | 344.56º | 0.67% | 0.8% | - |
| XYZ | 29.42 | 17.95 | 14.75 | - |
| YUV | 112.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 103 | 0 | 0.67 | 0.50 | 0.2 | 344.56 | 0.57 | 0.53 |
| Hex | CC | 44 | 67 | 0 | 43 | 32 | 14 | 159 | 39 | 35 |
| Octal | 314 | 104 | 147 | 0 | 103 | 62 | 24 | 531 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1100111 | 0 | 1000011 | 110010 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CC4467
Complementary color
Monochromatic Colors of #CC4467
Black with #CC4467
Text Example
Text Example
White with #CC4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4467; }
p { color: rgb(204,68,103); }
H1.HeaderClassName
{
color: #CC4467;
}
.AnyTagClassName
{
color: #CC4467;
}
</style>
background-color css
<style>
a { background-color: #CC4467; }
a { background-color: rgb(204,68,103); }
div.DivClassName
{
background-color: #CC4467;
}
.BgClassName
{
background-color: #CC4467;
}
</style>
border-color css
<style>
span { border-color: #CC4467; }
span { border-color: rgb(204,68,103); }
td.TdClassName
{
border-color: #CC4467;
}
.TagClassName
{
border-color: #CC4467;
}
</style>