Shades of Cabaret #CF6275
Tints of Cabaret #CF6275
RGB
CMYK
RGB Variations
Color information
#CF6275 (or 0xCF6275) is known color: Cabaret. HEX triplet: CF, 62 and 75. RGB value is (207,98,117). Sum of RGB (Red+Green+Blue) = 207+98+117=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6275 is #309D8A. Grayscale: #848484. Windows color (decimal): -3186059 or 7693007. OLE color: 7693007.
HSL color Cylindrical-coordinate representation of color #CF6275: hue angle of 349.54º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6275 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 117 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.19 |
| HSL | 349.54º | 0.53% | 0.6% | - |
| HSV(B) | 349.54º | 0.53% | 0.81% | - |
| XYZ | 33.31 | 23.29 | 19.57 | - |
| YUV | 132.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 117 | 0 | 0.53 | 0.43 | 0.19 | 349.54 | 0.53 | 0.6 |
| Hex | CF | 62 | 75 | 0 | 35 | 2B | 13 | 15E | 35 | 3C |
| Octal | 317 | 142 | 165 | 0 | 65 | 53 | 23 | 536 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1110101 | 0 | 110101 | 101011 | 10011 | 101011110 | 110101 | 111100 |
Color Harmonies of #CF6275
Complementary color
Monochromatic Colors of #CF6275
Black with #CF6275
Text Example
Text Example
White with #CF6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6275; }
p { color: rgb(207,98,117); }
H1.HeaderClassName
{
color: #CF6275;
}
.AnyTagClassName
{
color: #CF6275;
}
</style>
background-color css
<style>
a { background-color: #CF6275; }
a { background-color: rgb(207,98,117); }
div.DivClassName
{
background-color: #CF6275;
}
.BgClassName
{
background-color: #CF6275;
}
</style>
border-color css
<style>
span { border-color: #CF6275; }
span { border-color: rgb(207,98,117); }
td.TdClassName
{
border-color: #CF6275;
}
.TagClassName
{
border-color: #CF6275;
}
</style>