Shades of Cabaret #CF626B
Tints of Cabaret #CF626B
RGB
CMYK
RGB Variations
Color information
#CF626B (or 0xCF626B) is known color: Cabaret. HEX triplet: CF, 62 and 6B. RGB value is (207,98,107). Sum of RGB (Red+Green+Blue) = 207+98+107=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF626B is #309D94. Grayscale: #838383. Windows color (decimal): -3186069 or 7037647. OLE color: 7037647.
HSL color Cylindrical-coordinate representation of color #CF626B: hue angle of 355.05º 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 #CF626B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 107 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.19 |
| HSL | 355.05º | 0.53% | 0.6% | - |
| HSV(B) | 355.05º | 0.53% | 0.81% | - |
| XYZ | 32.75 | 23.06 | 16.64 | - |
| YUV | 131.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 107 | 0 | 0.53 | 0.48 | 0.19 | 355.05 | 0.53 | 0.6 |
| Hex | CF | 62 | 6B | 0 | 35 | 30 | 13 | 163 | 35 | 3C |
| Octal | 317 | 142 | 153 | 0 | 65 | 60 | 23 | 543 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1101011 | 0 | 110101 | 110000 | 10011 | 101100011 | 110101 | 111100 |
Color Harmonies of #CF626B
Complementary color
Monochromatic Colors of #CF626B
Black with #CF626B
Text Example
Text Example
White with #CF626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF626B; }
p { color: rgb(207,98,107); }
H1.HeaderClassName
{
color: #CF626B;
}
.AnyTagClassName
{
color: #CF626B;
}
</style>
background-color css
<style>
a { background-color: #CF626B; }
a { background-color: rgb(207,98,107); }
div.DivClassName
{
background-color: #CF626B;
}
.BgClassName
{
background-color: #CF626B;
}
</style>
border-color css
<style>
span { border-color: #CF626B; }
span { border-color: rgb(207,98,107); }
td.TdClassName
{
border-color: #CF626B;
}
.TagClassName
{
border-color: #CF626B;
}
</style>