Shades of Cabaret #CF6373
Tints of Cabaret #CF6373
RGB
CMYK
RGB Variations
Color information
#CF6373 (or 0xCF6373) is known color: Cabaret. HEX triplet: CF, 63 and 73. RGB value is (207,99,115). Sum of RGB (Red+Green+Blue) = 207+99+115=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6373 is #309C8C. Grayscale: #858585. Windows color (decimal): -3185805 or 7562191. OLE color: 7562191.
HSL color Cylindrical-coordinate representation of color #CF6373: hue angle of 351.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6373 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 115 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.19 |
| HSL | 351.11º | 0.53% | 0.6% | - |
| HSV(B) | 351.11º | 0.52% | 0.81% | - |
| XYZ | 33.29 | 23.43 | 18.99 | - |
| YUV | 133.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 115 | 0 | 0.52 | 0.44 | 0.19 | 351.11 | 0.53 | 0.6 |
| Hex | CF | 63 | 73 | 0 | 34 | 2C | 13 | 15F | 35 | 3C |
| Octal | 317 | 143 | 163 | 0 | 64 | 54 | 23 | 537 | 65 | 74 |
| Binary | 11001111 | 1100011 | 1110011 | 0 | 110100 | 101100 | 10011 | 101011111 | 110101 | 111100 |
Color Harmonies of #CF6373
Complementary color
Monochromatic Colors of #CF6373
Black with #CF6373
Text Example
Text Example
White with #CF6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6373; }
p { color: rgb(207,99,115); }
H1.HeaderClassName
{
color: #CF6373;
}
.AnyTagClassName
{
color: #CF6373;
}
</style>
background-color css
<style>
a { background-color: #CF6373; }
a { background-color: rgb(207,99,115); }
div.DivClassName
{
background-color: #CF6373;
}
.BgClassName
{
background-color: #CF6373;
}
</style>
border-color css
<style>
span { border-color: #CF6373; }
span { border-color: rgb(207,99,115); }
td.TdClassName
{
border-color: #CF6373;
}
.TagClassName
{
border-color: #CF6373;
}
</style>