Shades of Cabaret #CF656E
Tints of Cabaret #CF656E
RGB
CMYK
RGB Variations
Color information
#CF656E (or 0xCF656E) is known color: Cabaret. HEX triplet: CF, 65 and 6E. RGB value is (207,101,110). Sum of RGB (Red+Green+Blue) = 207+101+110=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF656E is #309A91. Grayscale: #858585. Windows color (decimal): -3185298 or 7235023. OLE color: 7235023.
HSL color Cylindrical-coordinate representation of color #CF656E: hue angle of 354.91º 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 #CF656E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 110 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.19 |
| HSL | 354.91º | 0.52% | 0.6% | - |
| HSV(B) | 354.91º | 0.51% | 0.81% | - |
| XYZ | 33.2 | 23.7 | 17.58 | - |
| YUV | 133.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 110 | 0 | 0.51 | 0.47 | 0.19 | 354.91 | 0.52 | 0.6 |
| Hex | CF | 65 | 6E | 0 | 33 | 2F | 13 | 163 | 34 | 3C |
| Octal | 317 | 145 | 156 | 0 | 63 | 57 | 23 | 543 | 64 | 74 |
| Binary | 11001111 | 1100101 | 1101110 | 0 | 110011 | 101111 | 10011 | 101100011 | 110100 | 111100 |
Color Harmonies of #CF656E
Complementary color
Monochromatic Colors of #CF656E
Black with #CF656E
Text Example
Text Example
White with #CF656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF656E; }
p { color: rgb(207,101,110); }
H1.HeaderClassName
{
color: #CF656E;
}
.AnyTagClassName
{
color: #CF656E;
}
</style>
background-color css
<style>
a { background-color: #CF656E; }
a { background-color: rgb(207,101,110); }
div.DivClassName
{
background-color: #CF656E;
}
.BgClassName
{
background-color: #CF656E;
}
</style>
border-color css
<style>
span { border-color: #CF656E; }
span { border-color: rgb(207,101,110); }
td.TdClassName
{
border-color: #CF656E;
}
.TagClassName
{
border-color: #CF656E;
}
</style>