Shades of Cabaret #C0676E
Tints of Cabaret #C0676E
RGB
CMYK
RGB Variations
Color information
#C0676E (or 0xC0676E) is known color: Cabaret. HEX triplet: C0, 67 and 6E. RGB value is (192,103,110). Sum of RGB (Red+Green+Blue) = 192+103+110=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0676E is #3F9891. Grayscale: #828282. Windows color (decimal): -4167826 or 7235520. OLE color: 7235520.
HSL color Cylindrical-coordinate representation of color #C0676E: hue angle of 355.28º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0676E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 110 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.25 |
| HSL | 355.28º | 0.41% | 0.58% | - |
| HSV(B) | 355.28º | 0.46% | 0.75% | - |
| XYZ | 29.4 | 22.03 | 17.45 | - |
| YUV | 130.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 110 | 0 | 0.46 | 0.43 | 0.25 | 355.28 | 0.41 | 0.58 |
| Hex | C0 | 67 | 6E | 0 | 2E | 2B | 19 | 163 | 29 | 3A |
| Octal | 300 | 147 | 156 | 0 | 56 | 53 | 31 | 543 | 51 | 72 |
| Binary | 11000000 | 1100111 | 1101110 | 0 | 101110 | 101011 | 11001 | 101100011 | 101001 | 111010 |
Color Harmonies of #C0676E
Complementary color
Monochromatic Colors of #C0676E
Black with #C0676E
Text Example
Text Example
White with #C0676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0676E; }
p { color: rgb(192,103,110); }
H1.HeaderClassName
{
color: #C0676E;
}
.AnyTagClassName
{
color: #C0676E;
}
</style>
background-color css
<style>
a { background-color: #C0676E; }
a { background-color: rgb(192,103,110); }
div.DivClassName
{
background-color: #C0676E;
}
.BgClassName
{
background-color: #C0676E;
}
</style>
border-color css
<style>
span { border-color: #C0676E; }
span { border-color: rgb(192,103,110); }
td.TdClassName
{
border-color: #C0676E;
}
.TagClassName
{
border-color: #C0676E;
}
</style>