Shades of Cabaret #CC636B
Tints of Cabaret #CC636B
RGB
CMYK
RGB Variations
Color information
#CC636B (or 0xCC636B) is known color: Cabaret. HEX triplet: CC, 63 and 6B. RGB value is (204,99,107). Sum of RGB (Red+Green+Blue) = 204+99+107=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC636B is #339C94. Grayscale: #838383. Windows color (decimal): -3382421 or 7037900. OLE color: 7037900.
HSL color Cylindrical-coordinate representation of color #CC636B: hue angle of 355.43º 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 #CC636B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 107 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.2 |
| HSL | 355.43º | 0.51% | 0.59% | - |
| HSV(B) | 355.43º | 0.51% | 0.8% | - |
| XYZ | 32.02 | 22.82 | 16.63 | - |
| YUV | 131.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 107 | 0 | 0.51 | 0.48 | 0.2 | 355.43 | 0.51 | 0.59 |
| Hex | CC | 63 | 6B | 0 | 33 | 30 | 14 | 163 | 33 | 3B |
| Octal | 314 | 143 | 153 | 0 | 63 | 60 | 24 | 543 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1101011 | 0 | 110011 | 110000 | 10100 | 101100011 | 110011 | 111011 |
Color Harmonies of #CC636B
Complementary color
Monochromatic Colors of #CC636B
Black with #CC636B
Text Example
Text Example
White with #CC636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC636B; }
p { color: rgb(204,99,107); }
H1.HeaderClassName
{
color: #CC636B;
}
.AnyTagClassName
{
color: #CC636B;
}
</style>
background-color css
<style>
a { background-color: #CC636B; }
a { background-color: rgb(204,99,107); }
div.DivClassName
{
background-color: #CC636B;
}
.BgClassName
{
background-color: #CC636B;
}
</style>
border-color css
<style>
span { border-color: #CC636B; }
span { border-color: rgb(204,99,107); }
td.TdClassName
{
border-color: #CC636B;
}
.TagClassName
{
border-color: #CC636B;
}
</style>