Shades of Cabaret #CF646E
Tints of Cabaret #CF646E
RGB
CMYK
RGB Variations
Color information
#CF646E (or 0xCF646E) is known color: Cabaret. HEX triplet: CF, 64 and 6E. RGB value is (207,100,110). Sum of RGB (Red+Green+Blue) = 207+100+110=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF646E is #309B91. Grayscale: #858585. Windows color (decimal): -3185554 or 7234767. OLE color: 7234767.
HSL color Cylindrical-coordinate representation of color #CF646E: hue angle of 354.39º 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 #CF646E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 110 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.19 |
| HSL | 354.39º | 0.53% | 0.6% | - |
| HSV(B) | 354.39º | 0.52% | 0.81% | - |
| XYZ | 33.1 | 23.51 | 17.54 | - |
| YUV | 133.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 110 | 0 | 0.52 | 0.47 | 0.19 | 354.39 | 0.53 | 0.6 |
| Hex | CF | 64 | 6E | 0 | 34 | 2F | 13 | 162 | 35 | 3C |
| Octal | 317 | 144 | 156 | 0 | 64 | 57 | 23 | 542 | 65 | 74 |
| Binary | 11001111 | 1100100 | 1101110 | 0 | 110100 | 101111 | 10011 | 101100010 | 110101 | 111100 |
Color Harmonies of #CF646E
Complementary color
Monochromatic Colors of #CF646E
Black with #CF646E
Text Example
Text Example
White with #CF646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF646E; }
p { color: rgb(207,100,110); }
H1.HeaderClassName
{
color: #CF646E;
}
.AnyTagClassName
{
color: #CF646E;
}
</style>
background-color css
<style>
a { background-color: #CF646E; }
a { background-color: rgb(207,100,110); }
div.DivClassName
{
background-color: #CF646E;
}
.BgClassName
{
background-color: #CF646E;
}
</style>
border-color css
<style>
span { border-color: #CF646E; }
span { border-color: rgb(207,100,110); }
td.TdClassName
{
border-color: #CF646E;
}
.TagClassName
{
border-color: #CF646E;
}
</style>