Shades of Cabaret #CF666B
Tints of Cabaret #CF666B
RGB
CMYK
RGB Variations
Color information
#CF666B (or 0xCF666B) is known color: Cabaret. HEX triplet: CF, 66 and 6B. RGB value is (207,102,107). Sum of RGB (Red+Green+Blue) = 207+102+107=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF666B is #309994. Grayscale: #868686. Windows color (decimal): -3185045 or 7038671. OLE color: 7038671.
HSL color Cylindrical-coordinate representation of color #CF666B: hue angle of 357.14º 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 #CF666B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 107 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.19 |
| HSL | 357.14º | 0.52% | 0.61% | - |
| HSV(B) | 357.14º | 0.51% | 0.81% | - |
| XYZ | 33.14 | 23.83 | 16.76 | - |
| YUV | 133.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 107 | 0 | 0.51 | 0.48 | 0.19 | 357.14 | 0.52 | 0.61 |
| Hex | CF | 66 | 6B | 0 | 33 | 30 | 13 | 165 | 34 | 3D |
| Octal | 317 | 146 | 153 | 0 | 63 | 60 | 23 | 545 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1101011 | 0 | 110011 | 110000 | 10011 | 101100101 | 110100 | 111101 |
Color Harmonies of #CF666B
Complementary color
Monochromatic Colors of #CF666B
Black with #CF666B
Text Example
Text Example
White with #CF666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF666B; }
p { color: rgb(207,102,107); }
H1.HeaderClassName
{
color: #CF666B;
}
.AnyTagClassName
{
color: #CF666B;
}
</style>
background-color css
<style>
a { background-color: #CF666B; }
a { background-color: rgb(207,102,107); }
div.DivClassName
{
background-color: #CF666B;
}
.BgClassName
{
background-color: #CF666B;
}
</style>
border-color css
<style>
span { border-color: #CF666B; }
span { border-color: rgb(207,102,107); }
td.TdClassName
{
border-color: #CF666B;
}
.TagClassName
{
border-color: #CF666B;
}
</style>