Shades of Cabaret #CF3F67
Tints of Cabaret #CF3F67
RGB
CMYK
RGB Variations
Color information
#CF3F67 (or 0xCF3F67) is known color: Cabaret. HEX triplet: CF, 3F and 67. RGB value is (207,63,103). Sum of RGB (Red+Green+Blue) = 207+63+103=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F67 is #30C098. Grayscale: #6E6E6E. Windows color (decimal): -3195033 or 6766543. OLE color: 6766543.
HSL color Cylindrical-coordinate representation of color #CF3F67: hue angle of 343.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F67 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 103 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.19 |
| HSL | 343.33º | 0.6% | 0.53% | - |
| HSV(B) | 343.33º | 0.7% | 0.81% | - |
| XYZ | 29.96 | 17.8 | 14.69 | - |
| YUV | 110.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 103 | 0 | 0.70 | 0.50 | 0.19 | 343.33 | 0.6 | 0.53 |
| Hex | CF | 3F | 67 | 0 | 46 | 32 | 13 | 157 | 3C | 35 |
| Octal | 317 | 77 | 147 | 0 | 106 | 62 | 23 | 527 | 74 | 65 |
| Binary | 11001111 | 111111 | 1100111 | 0 | 1000110 | 110010 | 10011 | 101010111 | 111100 | 110101 |
Color Harmonies of #CF3F67
Complementary color
Monochromatic Colors of #CF3F67
Black with #CF3F67
Text Example
Text Example
White with #CF3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F67; }
p { color: rgb(207,63,103); }
H1.HeaderClassName
{
color: #CF3F67;
}
.AnyTagClassName
{
color: #CF3F67;
}
</style>
background-color css
<style>
a { background-color: #CF3F67; }
a { background-color: rgb(207,63,103); }
div.DivClassName
{
background-color: #CF3F67;
}
.BgClassName
{
background-color: #CF3F67;
}
</style>
border-color css
<style>
span { border-color: #CF3F67; }
span { border-color: rgb(207,63,103); }
td.TdClassName
{
border-color: #CF3F67;
}
.TagClassName
{
border-color: #CF3F67;
}
</style>