Shades of Cabaret #CF6172
Tints of Cabaret #CF6172
RGB
CMYK
RGB Variations
Color information
#CF6172 (or 0xCF6172) is known color: Cabaret. HEX triplet: CF, 61 and 72. RGB value is (207,97,114). Sum of RGB (Red+Green+Blue) = 207+97+114=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6172 is #309E8D. Grayscale: #838383. Windows color (decimal): -3186318 or 7496143. OLE color: 7496143.
HSL color Cylindrical-coordinate representation of color #CF6172: hue angle of 350.73º 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 #CF6172 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 114 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.19 |
| HSL | 350.73º | 0.53% | 0.6% | - |
| HSV(B) | 350.73º | 0.53% | 0.81% | - |
| XYZ | 33.04 | 23.03 | 18.62 | - |
| YUV | 131.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 114 | 0 | 0.53 | 0.45 | 0.19 | 350.73 | 0.53 | 0.6 |
| Hex | CF | 61 | 72 | 0 | 35 | 2D | 13 | 15F | 35 | 3C |
| Octal | 317 | 141 | 162 | 0 | 65 | 55 | 23 | 537 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1110010 | 0 | 110101 | 101101 | 10011 | 101011111 | 110101 | 111100 |
Color Harmonies of #CF6172
Complementary color
Monochromatic Colors of #CF6172
Black with #CF6172
Text Example
Text Example
White with #CF6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6172; }
p { color: rgb(207,97,114); }
H1.HeaderClassName
{
color: #CF6172;
}
.AnyTagClassName
{
color: #CF6172;
}
</style>
background-color css
<style>
a { background-color: #CF6172; }
a { background-color: rgb(207,97,114); }
div.DivClassName
{
background-color: #CF6172;
}
.BgClassName
{
background-color: #CF6172;
}
</style>
border-color css
<style>
span { border-color: #CF6172; }
span { border-color: rgb(207,97,114); }
td.TdClassName
{
border-color: #CF6172;
}
.TagClassName
{
border-color: #CF6172;
}
</style>