Shades of Cabaret #CF656C
Tints of Cabaret #CF656C
RGB
CMYK
RGB Variations
Color information
#CF656C (or 0xCF656C) is known color: Cabaret. HEX triplet: CF, 65 and 6C. RGB value is (207,101,108). Sum of RGB (Red+Green+Blue) = 207+101+108=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF656C is #309A93. Grayscale: #858585. Windows color (decimal): -3185300 or 7103951. OLE color: 7103951.
HSL color Cylindrical-coordinate representation of color #CF656C: hue angle of 356.04º 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 #CF656C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 108 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.19 |
| HSL | 356.04º | 0.52% | 0.6% | - |
| HSV(B) | 356.04º | 0.51% | 0.81% | - |
| XYZ | 33.09 | 23.66 | 17.01 | - |
| YUV | 133.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 108 | 0 | 0.51 | 0.48 | 0.19 | 356.04 | 0.52 | 0.6 |
| Hex | CF | 65 | 6C | 0 | 33 | 30 | 13 | 164 | 34 | 3C |
| Octal | 317 | 145 | 154 | 0 | 63 | 60 | 23 | 544 | 64 | 74 |
| Binary | 11001111 | 1100101 | 1101100 | 0 | 110011 | 110000 | 10011 | 101100100 | 110100 | 111100 |
Color Harmonies of #CF656C
Complementary color
Monochromatic Colors of #CF656C
Black with #CF656C
Text Example
Text Example
White with #CF656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF656C; }
p { color: rgb(207,101,108); }
H1.HeaderClassName
{
color: #CF656C;
}
.AnyTagClassName
{
color: #CF656C;
}
</style>
background-color css
<style>
a { background-color: #CF656C; }
a { background-color: rgb(207,101,108); }
div.DivClassName
{
background-color: #CF656C;
}
.BgClassName
{
background-color: #CF656C;
}
</style>
border-color css
<style>
span { border-color: #CF656C; }
span { border-color: rgb(207,101,108); }
td.TdClassName
{
border-color: #CF656C;
}
.TagClassName
{
border-color: #CF656C;
}
</style>