Shades of Cabaret #C36570
Tints of Cabaret #C36570
RGB
CMYK
RGB Variations
Color information
#C36570 (or 0xC36570) is known color: Cabaret. HEX triplet: C3, 65 and 70. RGB value is (195,101,112). Sum of RGB (Red+Green+Blue) = 195+101+112=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C36570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36570 is #3C9A8F. Grayscale: #828282. Windows color (decimal): -3971728 or 7366083. OLE color: 7366083.
HSL color Cylindrical-coordinate representation of color #C36570: hue angle of 352.98º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36570 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 112 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.24 |
| HSL | 352.98º | 0.44% | 0.58% | - |
| HSV(B) | 352.98º | 0.48% | 0.76% | - |
| XYZ | 30.08 | 22.08 | 18.01 | - |
| YUV | 130.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 112 | 0 | 0.48 | 0.43 | 0.24 | 352.98 | 0.44 | 0.58 |
| Hex | C3 | 65 | 70 | 0 | 30 | 2B | 18 | 161 | 2C | 3A |
| Octal | 303 | 145 | 160 | 0 | 60 | 53 | 30 | 541 | 54 | 72 |
| Binary | 11000011 | 1100101 | 1110000 | 0 | 110000 | 101011 | 11000 | 101100001 | 101100 | 111010 |
Color Harmonies of #C36570
Complementary color
Monochromatic Colors of #C36570
Black with #C36570
Text Example
Text Example
White with #C36570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36570; }
p { color: rgb(195,101,112); }
H1.HeaderClassName
{
color: #C36570;
}
.AnyTagClassName
{
color: #C36570;
}
</style>
background-color css
<style>
a { background-color: #C36570; }
a { background-color: rgb(195,101,112); }
div.DivClassName
{
background-color: #C36570;
}
.BgClassName
{
background-color: #C36570;
}
</style>
border-color css
<style>
span { border-color: #C36570; }
span { border-color: rgb(195,101,112); }
td.TdClassName
{
border-color: #C36570;
}
.TagClassName
{
border-color: #C36570;
}
</style>