Shades of Cabaret #CC4369
Tints of Cabaret #CC4369
RGB
CMYK
RGB Variations
Color information
#CC4369 (or 0xCC4369) is known color: Cabaret. HEX triplet: CC, 43 and 69. RGB value is (204,67,105). Sum of RGB (Red+Green+Blue) = 204+67+105=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4369 is #33BC96. Grayscale: #707070. Windows color (decimal): -3390615 or 6898636. OLE color: 6898636.
HSL color Cylindrical-coordinate representation of color #CC4369: hue angle of 343.36º 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 #CC4369 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 105 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.2 |
| HSL | 343.36º | 0.57% | 0.53% | - |
| HSV(B) | 343.36º | 0.67% | 0.8% | - |
| XYZ | 29.46 | 17.87 | 15.26 | - |
| YUV | 112.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 105 | 0 | 0.67 | 0.49 | 0.2 | 343.36 | 0.57 | 0.53 |
| Hex | CC | 43 | 69 | 0 | 43 | 31 | 14 | 157 | 39 | 35 |
| Octal | 314 | 103 | 151 | 0 | 103 | 61 | 24 | 527 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1101001 | 0 | 1000011 | 110001 | 10100 | 101010111 | 111001 | 110101 |
Color Harmonies of #CC4369
Complementary color
Monochromatic Colors of #CC4369
Black with #CC4369
Text Example
Text Example
White with #CC4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4369; }
p { color: rgb(204,67,105); }
H1.HeaderClassName
{
color: #CC4369;
}
.AnyTagClassName
{
color: #CC4369;
}
</style>
background-color css
<style>
a { background-color: #CC4369; }
a { background-color: rgb(204,67,105); }
div.DivClassName
{
background-color: #CC4369;
}
.BgClassName
{
background-color: #CC4369;
}
</style>
border-color css
<style>
span { border-color: #CC4369; }
span { border-color: rgb(204,67,105); }
td.TdClassName
{
border-color: #CC4369;
}
.TagClassName
{
border-color: #CC4369;
}
</style>