Shades of Cabaret #CF6670
Tints of Cabaret #CF6670
RGB
CMYK
RGB Variations
Color information
#CF6670 (or 0xCF6670) is known color: Cabaret. HEX triplet: CF, 66 and 70. RGB value is (207,102,112). Sum of RGB (Red+Green+Blue) = 207+102+112=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6670 is #30998F. Grayscale: #868686. Windows color (decimal): -3185040 or 7366351. OLE color: 7366351.
HSL color Cylindrical-coordinate representation of color #CF6670: hue angle of 354.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6670 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 112 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.19 |
| HSL | 354.29º | 0.52% | 0.61% | - |
| HSV(B) | 354.29º | 0.51% | 0.81% | - |
| XYZ | 33.41 | 23.94 | 18.19 | - |
| YUV | 134.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 112 | 0 | 0.51 | 0.46 | 0.19 | 354.29 | 0.52 | 0.61 |
| Hex | CF | 66 | 70 | 0 | 33 | 2E | 13 | 162 | 34 | 3D |
| Octal | 317 | 146 | 160 | 0 | 63 | 56 | 23 | 542 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1110000 | 0 | 110011 | 101110 | 10011 | 101100010 | 110100 | 111101 |
Color Harmonies of #CF6670
Complementary color
Monochromatic Colors of #CF6670
Black with #CF6670
Text Example
Text Example
White with #CF6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6670; }
p { color: rgb(207,102,112); }
H1.HeaderClassName
{
color: #CF6670;
}
.AnyTagClassName
{
color: #CF6670;
}
</style>
background-color css
<style>
a { background-color: #CF6670; }
a { background-color: rgb(207,102,112); }
div.DivClassName
{
background-color: #CF6670;
}
.BgClassName
{
background-color: #CF6670;
}
</style>
border-color css
<style>
span { border-color: #CF6670; }
span { border-color: rgb(207,102,112); }
td.TdClassName
{
border-color: #CF6670;
}
.TagClassName
{
border-color: #CF6670;
}
</style>