Shades of Cabaret #CF6276
Tints of Cabaret #CF6276
RGB
CMYK
RGB Variations
Color information
#CF6276 (or 0xCF6276) is known color: Cabaret. HEX triplet: CF, 62 and 76. RGB value is (207,98,118). Sum of RGB (Red+Green+Blue) = 207+98+118=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6276 is #309D89. Grayscale: #848484. Windows color (decimal): -3186058 or 7758543. OLE color: 7758543.
HSL color Cylindrical-coordinate representation of color #CF6276: hue angle of 348.99º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6276 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 118 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.19 |
| HSL | 348.99º | 0.53% | 0.6% | - |
| HSV(B) | 348.99º | 0.53% | 0.81% | - |
| XYZ | 33.37 | 23.31 | 19.88 | - |
| YUV | 132.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 118 | 0 | 0.53 | 0.43 | 0.19 | 348.99 | 0.53 | 0.6 |
| Hex | CF | 62 | 76 | 0 | 35 | 2B | 13 | 15D | 35 | 3C |
| Octal | 317 | 142 | 166 | 0 | 65 | 53 | 23 | 535 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1110110 | 0 | 110101 | 101011 | 10011 | 101011101 | 110101 | 111100 |
Color Harmonies of #CF6276
Complementary color
Monochromatic Colors of #CF6276
Black with #CF6276
Text Example
Text Example
White with #CF6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6276; }
p { color: rgb(207,98,118); }
H1.HeaderClassName
{
color: #CF6276;
}
.AnyTagClassName
{
color: #CF6276;
}
</style>
background-color css
<style>
a { background-color: #CF6276; }
a { background-color: rgb(207,98,118); }
div.DivClassName
{
background-color: #CF6276;
}
.BgClassName
{
background-color: #CF6276;
}
</style>
border-color css
<style>
span { border-color: #CF6276; }
span { border-color: rgb(207,98,118); }
td.TdClassName
{
border-color: #CF6276;
}
.TagClassName
{
border-color: #CF6276;
}
</style>