#C4516E

Color #C4516E Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C4516E

Tints of Cabaret #C4516E

Color information

#C4516E (or 0xC4516E) is unknown color: approx Cabaret. HEX triplet: C4, 51 and 6E. RGB value is (196,81,110). Sum of RGB (Red+Green+Blue) = 196+81+110=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4516E is #3BAE91. Grayscale: #767676. Windows color (decimal): -3911314 or 7229892. OLE color: 7229892.

HSL color Cylindrical-coordinate representation of color #C4516E: hue angle of 344.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4516E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19681110-
CMYK00.590.440.23
HSL344.87º49.36%54.31%-
HSV(B)344.87º58.67%76.86%-
XYZ28.5218.7516.87-
YUV118.69123.1183.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=50.65%
G=20.93%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968111000.590.440.23344.8749.3654.31
HexC4516E03B2C171593136
Octal30412115607354275316166
Binary1100010010100011101110011101110110010111101011001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4516E; }

 p { color: rgb(196,81,110); }

 H1.HeaderClassName
 {
   color: #C4516E;
 }
 .AnyTagClassName
 {
   color: #C4516E;
 }
</style>
background-color css

<style>
 a { background-color: #C4516E; }

 a { background-color: rgb(196,81,110); }

 div.DivClassName
 {
   background-color: #C4516E;
 }
 .BgClassName
 {
   background-color: #C4516E;
 }
</style>
border-color css

<style>
 span { border-color: #C4516E; }

 span { border-color: rgb(196,81,110); }

 td.TdClassName
 {
   border-color: #C4516E;
 }
 .TagClassName
 {
   border-color: #C4516E;
 }
</style>