Shades of Cabaret #CF4166
Tints of Cabaret #CF4166
RGB
CMYK
RGB Variations
Color information
#CF4166 (or 0xCF4166) is known color: Cabaret. HEX triplet: CF, 41 and 66. RGB value is (207,65,102). Sum of RGB (Red+Green+Blue) = 207+65+102=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4166 is #30BE99. Grayscale: #6F6F6F. Windows color (decimal): -3194522 or 6701519. OLE color: 6701519.
HSL color Cylindrical-coordinate representation of color #CF4166: hue angle of 344.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4166 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 102 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.19 |
| HSL | 344.37º | 0.6% | 0.53% | - |
| HSV(B) | 344.37º | 0.69% | 0.81% | - |
| XYZ | 30.02 | 18.01 | 14.46 | - |
| YUV | 111.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 102 | 0 | 0.69 | 0.51 | 0.19 | 344.37 | 0.6 | 0.53 |
| Hex | CF | 41 | 66 | 0 | 45 | 33 | 13 | 158 | 3C | 35 |
| Octal | 317 | 101 | 146 | 0 | 105 | 63 | 23 | 530 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1100110 | 0 | 1000101 | 110011 | 10011 | 101011000 | 111100 | 110101 |
Color Harmonies of #CF4166
Complementary color
Monochromatic Colors of #CF4166
Black with #CF4166
Text Example
Text Example
White with #CF4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4166; }
p { color: rgb(207,65,102); }
H1.HeaderClassName
{
color: #CF4166;
}
.AnyTagClassName
{
color: #CF4166;
}
</style>
background-color css
<style>
a { background-color: #CF4166; }
a { background-color: rgb(207,65,102); }
div.DivClassName
{
background-color: #CF4166;
}
.BgClassName
{
background-color: #CF4166;
}
</style>
border-color css
<style>
span { border-color: #CF4166; }
span { border-color: rgb(207,65,102); }
td.TdClassName
{
border-color: #CF4166;
}
.TagClassName
{
border-color: #CF4166;
}
</style>