#C4516F

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

Shades of Cabaret #C4516F

Tints of Cabaret #C4516F

Color information

#C4516F (or 0xC4516F) is unknown color: approx Cabaret. HEX triplet: C4, 51 and 6F. RGB value is (196,81,111). Sum of RGB (Red+Green+Blue) = 196+81+111=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4516F is #3BAE90. Grayscale: #767676. Windows color (decimal): -3911313 or 7295428. OLE color: 7295428.

HSL color Cylindrical-coordinate representation of color #C4516F: hue angle of 344.35º 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 #C4516F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB19681111-
CMYK00.590.430.23
HSL344.35º49.36%54.31%-
HSV(B)344.35º58.67%76.86%-
XYZ28.5818.7717.16-
YUV118.8123.6183.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=50.52%
G=20.88%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968111100.590.430.23344.3549.3654.31
HexC4516F03B2B171583136
Octal30412115707353275306166
Binary1100010010100011101111011101110101110111101011000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4516F; }

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

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

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

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

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

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

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

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