Shades of Cabaret #CF4169
Tints of Cabaret #CF4169
RGB
CMYK
RGB Variations
Color information
#CF4169 (or 0xCF4169) is known color: Cabaret. HEX triplet: CF, 41 and 69. RGB value is (207,65,105). Sum of RGB (Red+Green+Blue) = 207+65+105=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4169 is #30BE96. Grayscale: #6F6F6F. Windows color (decimal): -3194519 or 6898127. OLE color: 6898127.
HSL color Cylindrical-coordinate representation of color #CF4169: hue angle of 343.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4169 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 105 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.19 |
| HSL | 343.1º | 0.6% | 0.53% | - |
| HSV(B) | 343.1º | 0.69% | 0.81% | - |
| XYZ | 30.17 | 18.07 | 15.26 | - |
| YUV | 112.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 105 | 0 | 0.69 | 0.49 | 0.19 | 343.1 | 0.6 | 0.53 |
| Hex | CF | 41 | 69 | 0 | 45 | 31 | 13 | 157 | 3C | 35 |
| Octal | 317 | 101 | 151 | 0 | 105 | 61 | 23 | 527 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1101001 | 0 | 1000101 | 110001 | 10011 | 101010111 | 111100 | 110101 |
Color Harmonies of #CF4169
Complementary color
Monochromatic Colors of #CF4169
Black with #CF4169
Text Example
Text Example
White with #CF4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4169; }
p { color: rgb(207,65,105); }
H1.HeaderClassName
{
color: #CF4169;
}
.AnyTagClassName
{
color: #CF4169;
}
</style>
background-color css
<style>
a { background-color: #CF4169; }
a { background-color: rgb(207,65,105); }
div.DivClassName
{
background-color: #CF4169;
}
.BgClassName
{
background-color: #CF4169;
}
</style>
border-color css
<style>
span { border-color: #CF4169; }
span { border-color: rgb(207,65,105); }
td.TdClassName
{
border-color: #CF4169;
}
.TagClassName
{
border-color: #CF4169;
}
</style>