Shades of Cabaret #CF4269
Tints of Cabaret #CF4269
RGB
CMYK
RGB Variations
Color information
#CF4269 (or 0xCF4269) is known color: Cabaret. HEX triplet: CF, 42 and 69. RGB value is (207,66,105). Sum of RGB (Red+Green+Blue) = 207+66+105=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4269 is #30BD96. Grayscale: #707070. Windows color (decimal): -3194263 or 6898383. OLE color: 6898383.
HSL color Cylindrical-coordinate representation of color #CF4269: hue angle of 343.4º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4269 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 105 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.19 |
| HSL | 343.4º | 0.59% | 0.54% | - |
| HSV(B) | 343.4º | 0.68% | 0.81% | - |
| XYZ | 30.23 | 18.18 | 15.28 | - |
| YUV | 112.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 105 | 0 | 0.68 | 0.49 | 0.19 | 343.4 | 0.59 | 0.54 |
| Hex | CF | 42 | 69 | 0 | 44 | 31 | 13 | 157 | 3B | 36 |
| Octal | 317 | 102 | 151 | 0 | 104 | 61 | 23 | 527 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1101001 | 0 | 1000100 | 110001 | 10011 | 101010111 | 111011 | 110110 |
Color Harmonies of #CF4269
Complementary color
Monochromatic Colors of #CF4269
Black with #CF4269
Text Example
Text Example
White with #CF4269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4269; }
p { color: rgb(207,66,105); }
H1.HeaderClassName
{
color: #CF4269;
}
.AnyTagClassName
{
color: #CF4269;
}
</style>
background-color css
<style>
a { background-color: #CF4269; }
a { background-color: rgb(207,66,105); }
div.DivClassName
{
background-color: #CF4269;
}
.BgClassName
{
background-color: #CF4269;
}
</style>
border-color css
<style>
span { border-color: #CF4269; }
span { border-color: rgb(207,66,105); }
td.TdClassName
{
border-color: #CF4269;
}
.TagClassName
{
border-color: #CF4269;
}
</style>