Shades of Cabaret #CF656B
Tints of Cabaret #CF656B
RGB
CMYK
RGB Variations
Color information
#CF656B (or 0xCF656B) is known color: Cabaret. HEX triplet: CF, 65 and 6B. RGB value is (207,101,107). Sum of RGB (Red+Green+Blue) = 207+101+107=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF656B is #309A94. Grayscale: #858585. Windows color (decimal): -3185301 or 7038415. OLE color: 7038415.
HSL color Cylindrical-coordinate representation of color #CF656B: hue angle of 356.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF656B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 107 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.19 |
| HSL | 356.6º | 0.52% | 0.6% | - |
| HSV(B) | 356.6º | 0.51% | 0.81% | - |
| XYZ | 33.04 | 23.63 | 16.73 | - |
| YUV | 133.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 107 | 0 | 0.51 | 0.48 | 0.19 | 356.6 | 0.52 | 0.6 |
| Hex | CF | 65 | 6B | 0 | 33 | 30 | 13 | 165 | 34 | 3C |
| Octal | 317 | 145 | 153 | 0 | 63 | 60 | 23 | 545 | 64 | 74 |
| Binary | 11001111 | 1100101 | 1101011 | 0 | 110011 | 110000 | 10011 | 101100101 | 110100 | 111100 |
Color Harmonies of #CF656B
Complementary color
Monochromatic Colors of #CF656B
Black with #CF656B
Text Example
Text Example
White with #CF656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF656B; }
p { color: rgb(207,101,107); }
H1.HeaderClassName
{
color: #CF656B;
}
.AnyTagClassName
{
color: #CF656B;
}
</style>
background-color css
<style>
a { background-color: #CF656B; }
a { background-color: rgb(207,101,107); }
div.DivClassName
{
background-color: #CF656B;
}
.BgClassName
{
background-color: #CF656B;
}
</style>
border-color css
<style>
span { border-color: #CF656B; }
span { border-color: rgb(207,101,107); }
td.TdClassName
{
border-color: #CF656B;
}
.TagClassName
{
border-color: #CF656B;
}
</style>