Shades of Cabaret #CF626C
Tints of Cabaret #CF626C
RGB
CMYK
RGB Variations
Color information
#CF626C (or 0xCF626C) is known color: Cabaret. HEX triplet: CF, 62 and 6C. RGB value is (207,98,108). Sum of RGB (Red+Green+Blue) = 207+98+108=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF626C is #309D93. Grayscale: #838383. Windows color (decimal): -3186068 or 7103183. OLE color: 7103183.
HSL color Cylindrical-coordinate representation of color #CF626C: hue angle of 354.5º 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 #CF626C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 108 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.19 |
| HSL | 354.5º | 0.53% | 0.6% | - |
| HSV(B) | 354.5º | 0.53% | 0.81% | - |
| XYZ | 32.81 | 23.08 | 16.91 | - |
| YUV | 131.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 108 | 0 | 0.53 | 0.48 | 0.19 | 354.5 | 0.53 | 0.6 |
| Hex | CF | 62 | 6C | 0 | 35 | 30 | 13 | 162 | 35 | 3C |
| Octal | 317 | 142 | 154 | 0 | 65 | 60 | 23 | 542 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1101100 | 0 | 110101 | 110000 | 10011 | 101100010 | 110101 | 111100 |
Color Harmonies of #CF626C
Complementary color
Monochromatic Colors of #CF626C
Black with #CF626C
Text Example
Text Example
White with #CF626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF626C; }
p { color: rgb(207,98,108); }
H1.HeaderClassName
{
color: #CF626C;
}
.AnyTagClassName
{
color: #CF626C;
}
</style>
background-color css
<style>
a { background-color: #CF626C; }
a { background-color: rgb(207,98,108); }
div.DivClassName
{
background-color: #CF626C;
}
.BgClassName
{
background-color: #CF626C;
}
</style>
border-color css
<style>
span { border-color: #CF626C; }
span { border-color: rgb(207,98,108); }
td.TdClassName
{
border-color: #CF626C;
}
.TagClassName
{
border-color: #CF626C;
}
</style>