#C46171

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

Shades of Cabaret #C46171

Tints of Cabaret #C46171

Color information

#C46171 (or 0xC46171) is unknown color: approx Cabaret. HEX triplet: C4, 61 and 71. RGB value is (196,97,113). Sum of RGB (Red+Green+Blue) = 196+97+113=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C46171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46171 is #3B9E8E. Grayscale: #808080. Windows color (decimal): -3907215 or 7430596. OLE color: 7430596.

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

Color convert

RGB19697113-
CMYK00.510.420.23
HSL350.3º45.62%57.45%-
HSV(B)350.3º50.51%76.86%-
XYZ30.0221.4818.19-
YUV128.43119.3176.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=48.28%
G=23.89%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969711300.510.420.23350.345.6257.45
HexC461710332A1715e2e39
Octal30414116106352275365671
Binary1100010011000011110001011001110101010111101011110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46171; }

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

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

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

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

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

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

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

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