Shades of Cabaret #CF666F
Tints of Cabaret #CF666F
RGB
CMYK
RGB Variations
Color information
#CF666F (or 0xCF666F) is known color: Cabaret. HEX triplet: CF, 66 and 6F. RGB value is (207,102,111). Sum of RGB (Red+Green+Blue) = 207+102+111=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF666F is #309990. Grayscale: #868686. Windows color (decimal): -3185041 or 7300815. OLE color: 7300815.
HSL color Cylindrical-coordinate representation of color #CF666F: hue angle of 354.86º 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 #CF666F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 111 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.19 |
| HSL | 354.86º | 0.52% | 0.61% | - |
| HSV(B) | 354.86º | 0.51% | 0.81% | - |
| XYZ | 33.35 | 23.92 | 17.9 | - |
| YUV | 134.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 111 | 0 | 0.51 | 0.46 | 0.19 | 354.86 | 0.52 | 0.61 |
| Hex | CF | 66 | 6F | 0 | 33 | 2E | 13 | 163 | 34 | 3D |
| Octal | 317 | 146 | 157 | 0 | 63 | 56 | 23 | 543 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1101111 | 0 | 110011 | 101110 | 10011 | 101100011 | 110100 | 111101 |
Color Harmonies of #CF666F
Complementary color
Monochromatic Colors of #CF666F
Black with #CF666F
Text Example
Text Example
White with #CF666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF666F; }
p { color: rgb(207,102,111); }
H1.HeaderClassName
{
color: #CF666F;
}
.AnyTagClassName
{
color: #CF666F;
}
</style>
background-color css
<style>
a { background-color: #CF666F; }
a { background-color: rgb(207,102,111); }
div.DivClassName
{
background-color: #CF666F;
}
.BgClassName
{
background-color: #CF666F;
}
</style>
border-color css
<style>
span { border-color: #CF666F; }
span { border-color: rgb(207,102,111); }
td.TdClassName
{
border-color: #CF666F;
}
.TagClassName
{
border-color: #CF666F;
}
</style>