Shades of Cabaret #C74269
Tints of Cabaret #C74269
RGB
CMYK
RGB Variations
Color information
#C74269 (or 0xC74269) is known color: Cabaret. HEX triplet: C7, 42 and 69. RGB value is (199,66,105). Sum of RGB (Red+Green+Blue) = 199+66+105=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C74269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74269 is #38BD96. Grayscale: #6E6E6E. Windows color (decimal): -3718551 or 6898375. OLE color: 6898375.
HSL color Cylindrical-coordinate representation of color #C74269: hue angle of 342.41º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74269 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 105 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.22 |
| HSL | 342.41º | 0.54% | 0.52% | - |
| HSV(B) | 342.41º | 0.67% | 0.78% | - |
| XYZ | 28.05 | 17.06 | 15.18 | - |
| YUV | 110.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 105 | 0 | 0.67 | 0.47 | 0.22 | 342.41 | 0.54 | 0.52 |
| Hex | C7 | 42 | 69 | 0 | 43 | 2F | 16 | 156 | 36 | 34 |
| Octal | 307 | 102 | 151 | 0 | 103 | 57 | 26 | 526 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1101001 | 0 | 1000011 | 101111 | 10110 | 101010110 | 110110 | 110100 |
Color Harmonies of #C74269
Complementary color
Monochromatic Colors of #C74269
Black with #C74269
Text Example
Text Example
White with #C74269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74269; }
p { color: rgb(199,66,105); }
H1.HeaderClassName
{
color: #C74269;
}
.AnyTagClassName
{
color: #C74269;
}
</style>
background-color css
<style>
a { background-color: #C74269; }
a { background-color: rgb(199,66,105); }
div.DivClassName
{
background-color: #C74269;
}
.BgClassName
{
background-color: #C74269;
}
</style>
border-color css
<style>
span { border-color: #C74269; }
span { border-color: rgb(199,66,105); }
td.TdClassName
{
border-color: #C74269;
}
.TagClassName
{
border-color: #C74269;
}
</style>