Shades of Cabaret #CF406A
Tints of Cabaret #CF406A
RGB
CMYK
RGB Variations
Color information
#CF406A (or 0xCF406A) is known color: Cabaret. HEX triplet: CF, 40 and 6A. RGB value is (207,64,106). Sum of RGB (Red+Green+Blue) = 207+64+106=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF406A is #30BF95. Grayscale: #6F6F6F. Windows color (decimal): -3194774 or 6963407. OLE color: 6963407.
HSL color Cylindrical-coordinate representation of color #CF406A: hue angle of 342.38º 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 #CF406A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 106 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.19 |
| HSL | 342.38º | 0.6% | 0.53% | - |
| HSV(B) | 342.38º | 0.69% | 0.81% | - |
| XYZ | 30.17 | 17.97 | 15.51 | - |
| YUV | 111.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 106 | 0 | 0.69 | 0.49 | 0.19 | 342.38 | 0.6 | 0.53 |
| Hex | CF | 40 | 6A | 0 | 45 | 31 | 13 | 156 | 3C | 35 |
| Octal | 317 | 100 | 152 | 0 | 105 | 61 | 23 | 526 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1101010 | 0 | 1000101 | 110001 | 10011 | 101010110 | 111100 | 110101 |
Color Harmonies of #CF406A
Complementary color
Monochromatic Colors of #CF406A
Black with #CF406A
Text Example
Text Example
White with #CF406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF406A; }
p { color: rgb(207,64,106); }
H1.HeaderClassName
{
color: #CF406A;
}
.AnyTagClassName
{
color: #CF406A;
}
</style>
background-color css
<style>
a { background-color: #CF406A; }
a { background-color: rgb(207,64,106); }
div.DivClassName
{
background-color: #CF406A;
}
.BgClassName
{
background-color: #CF406A;
}
</style>
border-color css
<style>
span { border-color: #CF406A; }
span { border-color: rgb(207,64,106); }
td.TdClassName
{
border-color: #CF406A;
}
.TagClassName
{
border-color: #CF406A;
}
</style>