Shades of Cabaret #CC4269
Tints of Cabaret #CC4269
RGB
CMYK
RGB Variations
Color information
#CC4269 (or 0xCC4269) is known color: Cabaret. HEX triplet: CC, 42 and 69. RGB value is (204,66,105). Sum of RGB (Red+Green+Blue) = 204+66+105=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4269 is #33BD96. Grayscale: #6F6F6F. Windows color (decimal): -3390871 or 6898380. OLE color: 6898380.
HSL color Cylindrical-coordinate representation of color #CC4269: hue angle of 343.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4269 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 105 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.2 |
| HSL | 343.04º | 0.58% | 0.53% | - |
| HSV(B) | 343.04º | 0.68% | 0.8% | - |
| XYZ | 29.4 | 17.75 | 15.24 | - |
| YUV | 111.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 105 | 0 | 0.68 | 0.49 | 0.2 | 343.04 | 0.58 | 0.53 |
| Hex | CC | 42 | 69 | 0 | 44 | 31 | 14 | 157 | 3A | 35 |
| Octal | 314 | 102 | 151 | 0 | 104 | 61 | 24 | 527 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1101001 | 0 | 1000100 | 110001 | 10100 | 101010111 | 111010 | 110101 |
Color Harmonies of #CC4269
Complementary color
Monochromatic Colors of #CC4269
Black with #CC4269
Text Example
Text Example
White with #CC4269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4269; }
p { color: rgb(204,66,105); }
H1.HeaderClassName
{
color: #CC4269;
}
.AnyTagClassName
{
color: #CC4269;
}
</style>
background-color css
<style>
a { background-color: #CC4269; }
a { background-color: rgb(204,66,105); }
div.DivClassName
{
background-color: #CC4269;
}
.BgClassName
{
background-color: #CC4269;
}
</style>
border-color css
<style>
span { border-color: #CC4269; }
span { border-color: rgb(204,66,105); }
td.TdClassName
{
border-color: #CC4269;
}
.TagClassName
{
border-color: #CC4269;
}
</style>