Shades of Cabaret #CF5C75
Tints of Cabaret #CF5C75
RGB
CMYK
RGB Variations
Color information
#CF5C75 (or 0xCF5C75) is known color: Cabaret. HEX triplet: CF, 5C and 75. RGB value is (207,92,117). Sum of RGB (Red+Green+Blue) = 207+92+117=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C75 is #30A38A. Grayscale: #818181. Windows color (decimal): -3187595 or 7691471. OLE color: 7691471.
HSL color Cylindrical-coordinate representation of color #CF5C75: hue angle of 346.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C75 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 117 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.19 |
| HSL | 346.96º | 0.55% | 0.59% | - |
| HSV(B) | 346.96º | 0.56% | 0.81% | - |
| XYZ | 32.77 | 22.2 | 19.39 | - |
| YUV | 129.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 117 | 0 | 0.56 | 0.43 | 0.19 | 346.96 | 0.55 | 0.59 |
| Hex | CF | 5C | 75 | 0 | 38 | 2B | 13 | 15B | 37 | 3B |
| Octal | 317 | 134 | 165 | 0 | 70 | 53 | 23 | 533 | 67 | 73 |
| Binary | 11001111 | 1011100 | 1110101 | 0 | 111000 | 101011 | 10011 | 101011011 | 110111 | 111011 |
Color Harmonies of #CF5C75
Complementary color
Monochromatic Colors of #CF5C75
Black with #CF5C75
Text Example
Text Example
White with #CF5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C75; }
p { color: rgb(207,92,117); }
H1.HeaderClassName
{
color: #CF5C75;
}
.AnyTagClassName
{
color: #CF5C75;
}
</style>
background-color css
<style>
a { background-color: #CF5C75; }
a { background-color: rgb(207,92,117); }
div.DivClassName
{
background-color: #CF5C75;
}
.BgClassName
{
background-color: #CF5C75;
}
</style>
border-color css
<style>
span { border-color: #CF5C75; }
span { border-color: rgb(207,92,117); }
td.TdClassName
{
border-color: #CF5C75;
}
.TagClassName
{
border-color: #CF5C75;
}
</style>