Shades of Cabaret #C75B67
Tints of Cabaret #C75B67
RGB
CMYK
RGB Variations
Color information
#C75B67 (or 0xC75B67) is known color: Cabaret. HEX triplet: C7, 5B and 67. RGB value is (199,91,103). Sum of RGB (Red+Green+Blue) = 199+91+103=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B67 is #38A498. Grayscale: #7C7C7C. Windows color (decimal): -3712153 or 6773703. OLE color: 6773703.
HSL color Cylindrical-coordinate representation of color #C75B67: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75B67 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 103 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.22 |
| HSL | 353.33º | 0.49% | 0.57% | - |
| HSV(B) | 353.33º | 0.54% | 0.78% | - |
| XYZ | 29.74 | 20.6 | 15.24 | - |
| YUV | 124.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 103 | 0 | 0.54 | 0.48 | 0.22 | 353.33 | 0.49 | 0.57 |
| Hex | C7 | 5B | 67 | 0 | 36 | 30 | 16 | 161 | 31 | 39 |
| Octal | 307 | 133 | 147 | 0 | 66 | 60 | 26 | 541 | 61 | 71 |
| Binary | 11000111 | 1011011 | 1100111 | 0 | 110110 | 110000 | 10110 | 101100001 | 110001 | 111001 |
Color Harmonies of #C75B67
Complementary color
Monochromatic Colors of #C75B67
Black with #C75B67
Text Example
Text Example
White with #C75B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75B67; }
p { color: rgb(199,91,103); }
H1.HeaderClassName
{
color: #C75B67;
}
.AnyTagClassName
{
color: #C75B67;
}
</style>
background-color css
<style>
a { background-color: #C75B67; }
a { background-color: rgb(199,91,103); }
div.DivClassName
{
background-color: #C75B67;
}
.BgClassName
{
background-color: #C75B67;
}
</style>
border-color css
<style>
span { border-color: #C75B67; }
span { border-color: rgb(199,91,103); }
td.TdClassName
{
border-color: #C75B67;
}
.TagClassName
{
border-color: #C75B67;
}
</style>