#C46371

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

Shades of Cabaret #C46371

Tints of Cabaret #C46371

Color information

#C46371 (or 0xC46371) is unknown color: approx Cabaret. HEX triplet: C4, 63 and 71. RGB value is (196,99,113). Sum of RGB (Red+Green+Blue) = 196+99+113=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C46371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46371 is #3B9C8E. Grayscale: #818181. Windows color (decimal): -3906703 or 7431108. OLE color: 7431108.

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

Color convert

RGB19699113-
CMYK00.490.420.23
HSL351.34º45.12%57.84%-
HSV(B)351.34º49.49%76.86%-
XYZ30.2121.8518.25-
YUV129.6118.64175.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=48.04%
G=24.26%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969911300.490.420.23351.3445.1257.84
HexC463710312A1715f2d3a
Octal30414316106152275375572
Binary1100010011000111110001011000110101010111101011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46371; }

 p { color: rgb(196,99,113); }

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

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

 a { background-color: rgb(196,99,113); }

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

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

 span { border-color: rgb(196,99,113); }

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