Shades of Cabaret #C6425F
Tints of Cabaret #C6425F
RGB
CMYK
RGB Variations
Color information
#C6425F (or 0xC6425F) is known color: Cabaret. HEX triplet: C6, 42 and 5F. RGB value is (198,66,95). Sum of RGB (Red+Green+Blue) = 198+66+95=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6425F is #39BDA0. Grayscale: #6C6C6C. Windows color (decimal): -3784097 or 6243014. OLE color: 6243014.
HSL color Cylindrical-coordinate representation of color #C6425F: hue angle of 346.82º 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 #C6425F is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 95 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.22 |
| HSL | 346.82º | 0.54% | 0.52% | - |
| HSV(B) | 346.82º | 0.67% | 0.78% | - |
| XYZ | 27.3 | 16.73 | 12.62 | - |
| YUV | 108.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 95 | 0 | 0.67 | 0.52 | 0.22 | 346.82 | 0.54 | 0.52 |
| Hex | C6 | 42 | 5F | 0 | 43 | 34 | 16 | 15B | 36 | 34 |
| Octal | 306 | 102 | 137 | 0 | 103 | 64 | 26 | 533 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1011111 | 0 | 1000011 | 110100 | 10110 | 101011011 | 110110 | 110100 |
Color Harmonies of #C6425F
Complementary color
Monochromatic Colors of #C6425F
Black with #C6425F
Text Example
Text Example
White with #C6425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6425F; }
p { color: rgb(198,66,95); }
H1.HeaderClassName
{
color: #C6425F;
}
.AnyTagClassName
{
color: #C6425F;
}
</style>
background-color css
<style>
a { background-color: #C6425F; }
a { background-color: rgb(198,66,95); }
div.DivClassName
{
background-color: #C6425F;
}
.BgClassName
{
background-color: #C6425F;
}
</style>
border-color css
<style>
span { border-color: #C6425F; }
span { border-color: rgb(198,66,95); }
td.TdClassName
{
border-color: #C6425F;
}
.TagClassName
{
border-color: #C6425F;
}
</style>