Shades of Cabaret #C66572
Tints of Cabaret #C66572
RGB
CMYK
RGB Variations
Color information
#C66572 (or 0xC66572) is known color: Cabaret. HEX triplet: C6, 65 and 72. RGB value is (198,101,114). Sum of RGB (Red+Green+Blue) = 198+101+114=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C66572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66572 is #399A8D. Grayscale: #838383. Windows color (decimal): -3775118 or 7497158. OLE color: 7497158.
HSL color Cylindrical-coordinate representation of color #C66572: hue angle of 351.96º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66572 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 114 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.22 |
| HSL | 351.96º | 0.46% | 0.59% | - |
| HSV(B) | 351.96º | 0.49% | 0.78% | - |
| XYZ | 30.98 | 22.53 | 18.64 | - |
| YUV | 131.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 114 | 0 | 0.49 | 0.42 | 0.22 | 351.96 | 0.46 | 0.59 |
| Hex | C6 | 65 | 72 | 0 | 31 | 2A | 16 | 160 | 2E | 3B |
| Octal | 306 | 145 | 162 | 0 | 61 | 52 | 26 | 540 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1110010 | 0 | 110001 | 101010 | 10110 | 101100000 | 101110 | 111011 |
Color Harmonies of #C66572
Complementary color
Monochromatic Colors of #C66572
Black with #C66572
Text Example
Text Example
White with #C66572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66572; }
p { color: rgb(198,101,114); }
H1.HeaderClassName
{
color: #C66572;
}
.AnyTagClassName
{
color: #C66572;
}
</style>
background-color css
<style>
a { background-color: #C66572; }
a { background-color: rgb(198,101,114); }
div.DivClassName
{
background-color: #C66572;
}
.BgClassName
{
background-color: #C66572;
}
</style>
border-color css
<style>
span { border-color: #C66572; }
span { border-color: rgb(198,101,114); }
td.TdClassName
{
border-color: #C66572;
}
.TagClassName
{
border-color: #C66572;
}
</style>