Shades of Cabaret #D35C70
Tints of Cabaret #D35C70
RGB
CMYK
RGB Variations
Color information
#D35C70 (or 0xD35C70) is known color: Cabaret. HEX triplet: D3, 5C and 70. RGB value is (211,92,112). Sum of RGB (Red+Green+Blue) = 211+92+112=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C70 is #2CA38F. Grayscale: #818181. Windows color (decimal): -2925456 or 7363795. OLE color: 7363795.
HSL color Cylindrical-coordinate representation of color #D35C70: hue angle of 349.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C70 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 112 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.17 |
| HSL | 349.92º | 0.57% | 0.59% | - |
| HSV(B) | 349.92º | 0.56% | 0.83% | - |
| XYZ | 33.62 | 22.67 | 17.93 | - |
| YUV | 129.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 112 | 0 | 0.56 | 0.47 | 0.17 | 349.92 | 0.57 | 0.59 |
| Hex | D3 | 5C | 70 | 0 | 38 | 2F | 11 | 15E | 39 | 3B |
| Octal | 323 | 134 | 160 | 0 | 70 | 57 | 21 | 536 | 71 | 73 |
| Binary | 11010011 | 1011100 | 1110000 | 0 | 111000 | 101111 | 10001 | 101011110 | 111001 | 111011 |
Color Harmonies of #D35C70
Complementary color
Monochromatic Colors of #D35C70
Black with #D35C70
Text Example
Text Example
White with #D35C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35C70; }
p { color: rgb(211,92,112); }
H1.HeaderClassName
{
color: #D35C70;
}
.AnyTagClassName
{
color: #D35C70;
}
</style>
background-color css
<style>
a { background-color: #D35C70; }
a { background-color: rgb(211,92,112); }
div.DivClassName
{
background-color: #D35C70;
}
.BgClassName
{
background-color: #D35C70;
}
</style>
border-color css
<style>
span { border-color: #D35C70; }
span { border-color: rgb(211,92,112); }
td.TdClassName
{
border-color: #D35C70;
}
.TagClassName
{
border-color: #D35C70;
}
</style>