Shades of Cabaret #C6627B
Tints of Cabaret #C6627B
RGB
CMYK
RGB Variations
Color information
#C6627B (or 0xC6627B) is known color: Cabaret. HEX triplet: C6, 62 and 7B. RGB value is (198,98,123). Sum of RGB (Red+Green+Blue) = 198+98+123=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6627B is #399D84. Grayscale: #828282. Windows color (decimal): -3775877 or 8086214. OLE color: 8086214.
HSL color Cylindrical-coordinate representation of color #C6627B: hue angle of 345º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6627B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 123 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.22 |
| HSL | 345º | 0.47% | 0.58% | - |
| HSV(B) | 345º | 0.51% | 0.78% | - |
| XYZ | 31.23 | 22.17 | 21.37 | - |
| YUV | 130.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 123 | 0 | 0.51 | 0.38 | 0.22 | 345 | 0.47 | 0.58 |
| Hex | C6 | 62 | 7B | 0 | 33 | 26 | 16 | 159 | 2F | 3A |
| Octal | 306 | 142 | 173 | 0 | 63 | 46 | 26 | 531 | 57 | 72 |
| Binary | 11000110 | 1100010 | 1111011 | 0 | 110011 | 100110 | 10110 | 101011001 | 101111 | 111010 |
Color Harmonies of #C6627B
Complementary color
Monochromatic Colors of #C6627B
Black with #C6627B
Text Example
Text Example
White with #C6627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6627B; }
p { color: rgb(198,98,123); }
H1.HeaderClassName
{
color: #C6627B;
}
.AnyTagClassName
{
color: #C6627B;
}
</style>
background-color css
<style>
a { background-color: #C6627B; }
a { background-color: rgb(198,98,123); }
div.DivClassName
{
background-color: #C6627B;
}
.BgClassName
{
background-color: #C6627B;
}
</style>
border-color css
<style>
span { border-color: #C6627B; }
span { border-color: rgb(198,98,123); }
td.TdClassName
{
border-color: #C6627B;
}
.TagClassName
{
border-color: #C6627B;
}
</style>