Shades of Cabaret #CF4461
Tints of Cabaret #CF4461
RGB
CMYK
RGB Variations
Color information
#CF4461 (or 0xCF4461) is known color: Cabaret. HEX triplet: CF, 44 and 61. RGB value is (207,68,97). Sum of RGB (Red+Green+Blue) = 207+68+97=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4461 is #30BB9E. Grayscale: #707070. Windows color (decimal): -3193759 or 6374607. OLE color: 6374607.
HSL color Cylindrical-coordinate representation of color #CF4461: hue angle of 347.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4461 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 97 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.19 |
| HSL | 347.48º | 0.59% | 0.54% | - |
| HSV(B) | 347.48º | 0.67% | 0.81% | - |
| XYZ | 29.96 | 18.26 | 13.26 | - |
| YUV | 112.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 97 | 0 | 0.67 | 0.53 | 0.19 | 347.48 | 0.59 | 0.54 |
| Hex | CF | 44 | 61 | 0 | 43 | 35 | 13 | 15B | 3B | 36 |
| Octal | 317 | 104 | 141 | 0 | 103 | 65 | 23 | 533 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1100001 | 0 | 1000011 | 110101 | 10011 | 101011011 | 111011 | 110110 |
Color Harmonies of #CF4461
Complementary color
Monochromatic Colors of #CF4461
Black with #CF4461
Text Example
Text Example
White with #CF4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4461; }
p { color: rgb(207,68,97); }
H1.HeaderClassName
{
color: #CF4461;
}
.AnyTagClassName
{
color: #CF4461;
}
</style>
background-color css
<style>
a { background-color: #CF4461; }
a { background-color: rgb(207,68,97); }
div.DivClassName
{
background-color: #CF4461;
}
.BgClassName
{
background-color: #CF4461;
}
</style>
border-color css
<style>
span { border-color: #CF4461; }
span { border-color: rgb(207,68,97); }
td.TdClassName
{
border-color: #CF4461;
}
.TagClassName
{
border-color: #CF4461;
}
</style>