Shades of Cabaret #CC6369
Tints of Cabaret #CC6369
RGB
CMYK
RGB Variations
Color information
#CC6369 (or 0xCC6369) is known color: Cabaret. HEX triplet: CC, 63 and 69. RGB value is (204,99,105). Sum of RGB (Red+Green+Blue) = 204+99+105=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6369 is #339C96. Grayscale: #838383. Windows color (decimal): -3382423 or 6906828. OLE color: 6906828.
HSL color Cylindrical-coordinate representation of color #CC6369: hue angle of 356.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6369 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 105 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.2 |
| HSL | 356.57º | 0.51% | 0.59% | - |
| HSV(B) | 356.57º | 0.51% | 0.8% | - |
| XYZ | 31.91 | 22.78 | 16.08 | - |
| YUV | 131.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 105 | 0 | 0.51 | 0.49 | 0.2 | 356.57 | 0.51 | 0.59 |
| Hex | CC | 63 | 69 | 0 | 33 | 31 | 14 | 165 | 33 | 3B |
| Octal | 314 | 143 | 151 | 0 | 63 | 61 | 24 | 545 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1101001 | 0 | 110011 | 110001 | 10100 | 101100101 | 110011 | 111011 |
Color Harmonies of #CC6369
Complementary color
Monochromatic Colors of #CC6369
Black with #CC6369
Text Example
Text Example
White with #CC6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6369; }
p { color: rgb(204,99,105); }
H1.HeaderClassName
{
color: #CC6369;
}
.AnyTagClassName
{
color: #CC6369;
}
</style>
background-color css
<style>
a { background-color: #CC6369; }
a { background-color: rgb(204,99,105); }
div.DivClassName
{
background-color: #CC6369;
}
.BgClassName
{
background-color: #CC6369;
}
</style>
border-color css
<style>
span { border-color: #CC6369; }
span { border-color: rgb(204,99,105); }
td.TdClassName
{
border-color: #CC6369;
}
.TagClassName
{
border-color: #CC6369;
}
</style>