Shades of Cabaret #CF4366
Tints of Cabaret #CF4366
RGB
CMYK
RGB Variations
Color information
#CF4366 (or 0xCF4366) is known color: Cabaret. HEX triplet: CF, 43 and 66. RGB value is (207,67,102). Sum of RGB (Red+Green+Blue) = 207+67+102=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4366 is #30BC99. Grayscale: #707070. Windows color (decimal): -3194010 or 6702031. OLE color: 6702031.
HSL color Cylindrical-coordinate representation of color #CF4366: hue angle of 345º 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 #CF4366 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 102 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.19 |
| HSL | 345º | 0.59% | 0.54% | - |
| HSV(B) | 345º | 0.68% | 0.81% | - |
| XYZ | 30.14 | 18.24 | 14.5 | - |
| YUV | 112.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 102 | 0 | 0.68 | 0.51 | 0.19 | 345 | 0.59 | 0.54 |
| Hex | CF | 43 | 66 | 0 | 44 | 33 | 13 | 159 | 3B | 36 |
| Octal | 317 | 103 | 146 | 0 | 104 | 63 | 23 | 531 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1100110 | 0 | 1000100 | 110011 | 10011 | 101011001 | 111011 | 110110 |
Color Harmonies of #CF4366
Complementary color
Monochromatic Colors of #CF4366
Black with #CF4366
Text Example
Text Example
White with #CF4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4366; }
p { color: rgb(207,67,102); }
H1.HeaderClassName
{
color: #CF4366;
}
.AnyTagClassName
{
color: #CF4366;
}
</style>
background-color css
<style>
a { background-color: #CF4366; }
a { background-color: rgb(207,67,102); }
div.DivClassName
{
background-color: #CF4366;
}
.BgClassName
{
background-color: #CF4366;
}
</style>
border-color css
<style>
span { border-color: #CF4366; }
span { border-color: rgb(207,67,102); }
td.TdClassName
{
border-color: #CF4366;
}
.TagClassName
{
border-color: #CF4366;
}
</style>