Shades of Cabaret #CF626D
Tints of Cabaret #CF626D
RGB
CMYK
RGB Variations
Color information
#CF626D (or 0xCF626D) is known color: Cabaret. HEX triplet: CF, 62 and 6D. RGB value is (207,98,109). Sum of RGB (Red+Green+Blue) = 207+98+109=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF626D is #309D92. Grayscale: #838383. Windows color (decimal): -3186067 or 7168719. OLE color: 7168719.
HSL color Cylindrical-coordinate representation of color #CF626D: hue angle of 353.94º 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 #CF626D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 109 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.19 |
| HSL | 353.94º | 0.53% | 0.6% | - |
| HSV(B) | 353.94º | 0.53% | 0.81% | - |
| XYZ | 32.86 | 23.1 | 17.2 | - |
| YUV | 131.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 109 | 0 | 0.53 | 0.47 | 0.19 | 353.94 | 0.53 | 0.6 |
| Hex | CF | 62 | 6D | 0 | 35 | 2F | 13 | 162 | 35 | 3C |
| Octal | 317 | 142 | 155 | 0 | 65 | 57 | 23 | 542 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1101101 | 0 | 110101 | 101111 | 10011 | 101100010 | 110101 | 111100 |
Color Harmonies of #CF626D
Complementary color
Monochromatic Colors of #CF626D
Black with #CF626D
Text Example
Text Example
White with #CF626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF626D; }
p { color: rgb(207,98,109); }
H1.HeaderClassName
{
color: #CF626D;
}
.AnyTagClassName
{
color: #CF626D;
}
</style>
background-color css
<style>
a { background-color: #CF626D; }
a { background-color: rgb(207,98,109); }
div.DivClassName
{
background-color: #CF626D;
}
.BgClassName
{
background-color: #CF626D;
}
</style>
border-color css
<style>
span { border-color: #CF626D; }
span { border-color: rgb(207,98,109); }
td.TdClassName
{
border-color: #CF626D;
}
.TagClassName
{
border-color: #CF626D;
}
</style>