Shades of Cabaret #CF636E
Tints of Cabaret #CF636E
RGB
CMYK
RGB Variations
Color information
#CF636E (or 0xCF636E) is known color: Cabaret. HEX triplet: CF, 63 and 6E. RGB value is (207,99,110). Sum of RGB (Red+Green+Blue) = 207+99+110=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF636E is #309C91. Grayscale: #848484. Windows color (decimal): -3185810 or 7234511. OLE color: 7234511.
HSL color Cylindrical-coordinate representation of color #CF636E: hue angle of 353.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF636E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 110 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.19 |
| HSL | 353.89º | 0.53% | 0.6% | - |
| HSV(B) | 353.89º | 0.52% | 0.81% | - |
| XYZ | 33.01 | 23.31 | 17.51 | - |
| YUV | 132.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 110 | 0 | 0.52 | 0.47 | 0.19 | 353.89 | 0.53 | 0.6 |
| Hex | CF | 63 | 6E | 0 | 34 | 2F | 13 | 162 | 35 | 3C |
| Octal | 317 | 143 | 156 | 0 | 64 | 57 | 23 | 542 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1101110 | 0 | 110100 | 101111 | 10011 | 101100010 | 110101 | 111100 |
Color Harmonies of #CF636E
Complementary color
Monochromatic Colors of #CF636E
Black with #CF636E
Text Example
Text Example
White with #CF636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF636E; }
p { color: rgb(207,99,110); }
H1.HeaderClassName
{
color: #CF636E;
}
.AnyTagClassName
{
color: #CF636E;
}
</style>
background-color css
<style>
a { background-color: #CF636E; }
a { background-color: rgb(207,99,110); }
div.DivClassName
{
background-color: #CF636E;
}
.BgClassName
{
background-color: #CF636E;
}
</style>
border-color css
<style>
span { border-color: #CF636E; }
span { border-color: rgb(207,99,110); }
td.TdClassName
{
border-color: #CF636E;
}
.TagClassName
{
border-color: #CF636E;
}
</style>