Shades of Cabaret #CF426B
Tints of Cabaret #CF426B
RGB
CMYK
RGB Variations
Color information
#CF426B (or 0xCF426B) is known color: Cabaret. HEX triplet: CF, 42 and 6B. RGB value is (207,66,107). Sum of RGB (Red+Green+Blue) = 207+66+107=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF426B is #30BD94. Grayscale: #707070. Windows color (decimal): -3194261 or 7029455. OLE color: 7029455.
HSL color Cylindrical-coordinate representation of color #CF426B: hue angle of 342.55º 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 #CF426B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 107 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.19 |
| HSL | 342.55º | 0.59% | 0.54% | - |
| HSV(B) | 342.55º | 0.68% | 0.81% | - |
| XYZ | 30.33 | 18.22 | 15.83 | - |
| YUV | 112.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 107 | 0 | 0.68 | 0.48 | 0.19 | 342.55 | 0.59 | 0.54 |
| Hex | CF | 42 | 6B | 0 | 44 | 30 | 13 | 157 | 3B | 36 |
| Octal | 317 | 102 | 153 | 0 | 104 | 60 | 23 | 527 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1101011 | 0 | 1000100 | 110000 | 10011 | 101010111 | 111011 | 110110 |
Color Harmonies of #CF426B
Complementary color
Monochromatic Colors of #CF426B
Black with #CF426B
Text Example
Text Example
White with #CF426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF426B; }
p { color: rgb(207,66,107); }
H1.HeaderClassName
{
color: #CF426B;
}
.AnyTagClassName
{
color: #CF426B;
}
</style>
background-color css
<style>
a { background-color: #CF426B; }
a { background-color: rgb(207,66,107); }
div.DivClassName
{
background-color: #CF426B;
}
.BgClassName
{
background-color: #CF426B;
}
</style>
border-color css
<style>
span { border-color: #CF426B; }
span { border-color: rgb(207,66,107); }
td.TdClassName
{
border-color: #CF426B;
}
.TagClassName
{
border-color: #CF426B;
}
</style>