Shades of Cabaret #C75269
Tints of Cabaret #C75269
RGB
CMYK
RGB Variations
Color information
#C75269 (or 0xC75269) is known color: Cabaret. HEX triplet: C7, 52 and 69. RGB value is (199,82,105). Sum of RGB (Red+Green+Blue) = 199+82+105=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C75269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75269 is #38AD96. Grayscale: #777777. Windows color (decimal): -3714455 or 6902471. OLE color: 6902471.
HSL color Cylindrical-coordinate representation of color #C75269: hue angle of 348.21º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75269 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 105 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.22 |
| HSL | 348.21º | 0.51% | 0.55% | - |
| HSV(B) | 348.21º | 0.59% | 0.78% | - |
| XYZ | 29.12 | 19.2 | 15.54 | - |
| YUV | 119.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 105 | 0 | 0.59 | 0.47 | 0.22 | 348.21 | 0.51 | 0.55 |
| Hex | C7 | 52 | 69 | 0 | 3B | 2F | 16 | 15C | 33 | 37 |
| Octal | 307 | 122 | 151 | 0 | 73 | 57 | 26 | 534 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1101001 | 0 | 111011 | 101111 | 10110 | 101011100 | 110011 | 110111 |
Color Harmonies of #C75269
Complementary color
Monochromatic Colors of #C75269
Black with #C75269
Text Example
Text Example
White with #C75269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75269; }
p { color: rgb(199,82,105); }
H1.HeaderClassName
{
color: #C75269;
}
.AnyTagClassName
{
color: #C75269;
}
</style>
background-color css
<style>
a { background-color: #C75269; }
a { background-color: rgb(199,82,105); }
div.DivClassName
{
background-color: #C75269;
}
.BgClassName
{
background-color: #C75269;
}
</style>
border-color css
<style>
span { border-color: #C75269; }
span { border-color: rgb(199,82,105); }
td.TdClassName
{
border-color: #C75269;
}
.TagClassName
{
border-color: #C75269;
}
</style>