Shades of Cabaret #C74B69
Tints of Cabaret #C74B69
RGB
CMYK
RGB Variations
Color information
#C74B69 (or 0xC74B69) is known color: Cabaret. HEX triplet: C7, 4B and 69. RGB value is (199,75,105). Sum of RGB (Red+Green+Blue) = 199+75+105=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B69 is #38B496. Grayscale: #737373. Windows color (decimal): -3716247 or 6900679. OLE color: 6900679.
HSL color Cylindrical-coordinate representation of color #C74B69: hue angle of 345.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B69 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 105 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.22 |
| HSL | 345.48º | 0.53% | 0.54% | - |
| HSV(B) | 345.48º | 0.62% | 0.78% | - |
| XYZ | 28.62 | 18.19 | 15.37 | - |
| YUV | 115.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 105 | 0 | 0.62 | 0.47 | 0.22 | 345.48 | 0.53 | 0.54 |
| Hex | C7 | 4B | 69 | 0 | 3E | 2F | 16 | 159 | 35 | 36 |
| Octal | 307 | 113 | 151 | 0 | 76 | 57 | 26 | 531 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1101001 | 0 | 111110 | 101111 | 10110 | 101011001 | 110101 | 110110 |
Color Harmonies of #C74B69
Complementary color
Monochromatic Colors of #C74B69
Black with #C74B69
Text Example
Text Example
White with #C74B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B69; }
p { color: rgb(199,75,105); }
H1.HeaderClassName
{
color: #C74B69;
}
.AnyTagClassName
{
color: #C74B69;
}
</style>
background-color css
<style>
a { background-color: #C74B69; }
a { background-color: rgb(199,75,105); }
div.DivClassName
{
background-color: #C74B69;
}
.BgClassName
{
background-color: #C74B69;
}
</style>
border-color css
<style>
span { border-color: #C74B69; }
span { border-color: rgb(199,75,105); }
td.TdClassName
{
border-color: #C74B69;
}
.TagClassName
{
border-color: #C74B69;
}
</style>