Shades of Cabaret #CF6572
Tints of Cabaret #CF6572
RGB
CMYK
RGB Variations
Color information
#CF6572 (or 0xCF6572) is known color: Cabaret. HEX triplet: CF, 65 and 72. RGB value is (207,101,114). Sum of RGB (Red+Green+Blue) = 207+101+114=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6572 is #309A8D. Grayscale: #868686. Windows color (decimal): -3185294 or 7497167. OLE color: 7497167.
HSL color Cylindrical-coordinate representation of color #CF6572: hue angle of 352.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6572 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 114 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.19 |
| HSL | 352.64º | 0.52% | 0.6% | - |
| HSV(B) | 352.64º | 0.51% | 0.81% | - |
| XYZ | 33.42 | 23.79 | 18.75 | - |
| YUV | 134.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 114 | 0 | 0.51 | 0.45 | 0.19 | 352.64 | 0.52 | 0.6 |
| Hex | CF | 65 | 72 | 0 | 33 | 2D | 13 | 161 | 34 | 3C |
| Octal | 317 | 145 | 162 | 0 | 63 | 55 | 23 | 541 | 64 | 74 |
| Binary | 11001111 | 1100101 | 1110010 | 0 | 110011 | 101101 | 10011 | 101100001 | 110100 | 111100 |
Color Harmonies of #CF6572
Complementary color
Monochromatic Colors of #CF6572
Black with #CF6572
Text Example
Text Example
White with #CF6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6572; }
p { color: rgb(207,101,114); }
H1.HeaderClassName
{
color: #CF6572;
}
.AnyTagClassName
{
color: #CF6572;
}
</style>
background-color css
<style>
a { background-color: #CF6572; }
a { background-color: rgb(207,101,114); }
div.DivClassName
{
background-color: #CF6572;
}
.BgClassName
{
background-color: #CF6572;
}
</style>
border-color css
<style>
span { border-color: #CF6572; }
span { border-color: rgb(207,101,114); }
td.TdClassName
{
border-color: #CF6572;
}
.TagClassName
{
border-color: #CF6572;
}
</style>