Shades of Cabaret #CF6678
Tints of Cabaret #CF6678
RGB
CMYK
RGB Variations
Color information
#CF6678 (or 0xCF6678) is known color: Cabaret. HEX triplet: CF, 66 and 78. RGB value is (207,102,120). Sum of RGB (Red+Green+Blue) = 207+102+120=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6678 is #309987. Grayscale: #878787. Windows color (decimal): -3185032 or 7890639. OLE color: 7890639.
HSL color Cylindrical-coordinate representation of color #CF6678: hue angle of 349.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6678 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 120 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.19 |
| HSL | 349.71º | 0.52% | 0.61% | - |
| HSV(B) | 349.71º | 0.51% | 0.81% | - |
| XYZ | 33.87 | 24.12 | 20.64 | - |
| YUV | 135.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 120 | 0 | 0.51 | 0.42 | 0.19 | 349.71 | 0.52 | 0.61 |
| Hex | CF | 66 | 78 | 0 | 33 | 2A | 13 | 15E | 34 | 3D |
| Octal | 317 | 146 | 170 | 0 | 63 | 52 | 23 | 536 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1111000 | 0 | 110011 | 101010 | 10011 | 101011110 | 110100 | 111101 |
Color Harmonies of #CF6678
Complementary color
Monochromatic Colors of #CF6678
Black with #CF6678
Text Example
Text Example
White with #CF6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6678; }
p { color: rgb(207,102,120); }
H1.HeaderClassName
{
color: #CF6678;
}
.AnyTagClassName
{
color: #CF6678;
}
</style>
background-color css
<style>
a { background-color: #CF6678; }
a { background-color: rgb(207,102,120); }
div.DivClassName
{
background-color: #CF6678;
}
.BgClassName
{
background-color: #CF6678;
}
</style>
border-color css
<style>
span { border-color: #CF6678; }
span { border-color: rgb(207,102,120); }
td.TdClassName
{
border-color: #CF6678;
}
.TagClassName
{
border-color: #CF6678;
}
</style>