Shades of Cabaret #CC636C
Tints of Cabaret #CC636C
RGB
CMYK
RGB Variations
Color information
#CC636C (or 0xCC636C) is known color: Cabaret. HEX triplet: CC, 63 and 6C. RGB value is (204,99,108). Sum of RGB (Red+Green+Blue) = 204+99+108=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC636C is #339C93. Grayscale: #838383. Windows color (decimal): -3382420 or 7103436. OLE color: 7103436.
HSL color Cylindrical-coordinate representation of color #CC636C: hue angle of 354.86º 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 #CC636C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 108 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.2 |
| HSL | 354.86º | 0.51% | 0.59% | - |
| HSV(B) | 354.86º | 0.51% | 0.8% | - |
| XYZ | 32.07 | 22.84 | 16.91 | - |
| YUV | 131.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 108 | 0 | 0.51 | 0.47 | 0.2 | 354.86 | 0.51 | 0.59 |
| Hex | CC | 63 | 6C | 0 | 33 | 2F | 14 | 163 | 33 | 3B |
| Octal | 314 | 143 | 154 | 0 | 63 | 57 | 24 | 543 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1101100 | 0 | 110011 | 101111 | 10100 | 101100011 | 110011 | 111011 |
Color Harmonies of #CC636C
Complementary color
Monochromatic Colors of #CC636C
Black with #CC636C
Text Example
Text Example
White with #CC636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC636C; }
p { color: rgb(204,99,108); }
H1.HeaderClassName
{
color: #CC636C;
}
.AnyTagClassName
{
color: #CC636C;
}
</style>
background-color css
<style>
a { background-color: #CC636C; }
a { background-color: rgb(204,99,108); }
div.DivClassName
{
background-color: #CC636C;
}
.BgClassName
{
background-color: #CC636C;
}
</style>
border-color css
<style>
span { border-color: #CC636C; }
span { border-color: rgb(204,99,108); }
td.TdClassName
{
border-color: #CC636C;
}
.TagClassName
{
border-color: #CC636C;
}
</style>