#C46174

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

Shades of Cabaret #C46174

Tints of Cabaret #C46174

Color information

#C46174 (or 0xC46174) is unknown color: approx Cabaret. HEX triplet: C4, 61 and 74. RGB value is (196,97,116). Sum of RGB (Red+Green+Blue) = 196+97+116=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C46174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46174 is #3B9E8B. Grayscale: #808080. Windows color (decimal): -3907212 or 7627204. OLE color: 7627204.

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

Color convert

RGB19697116-
CMYK00.510.410.23
HSL348.48º45.62%57.45%-
HSV(B)348.48º50.51%76.86%-
XYZ30.1921.5519.09-
YUV128.77120.8175.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=47.92%
G=23.72%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969711600.510.410.23348.4845.6257.45
HexC46174033291715c2e39
Octal30414116406351275345671
Binary1100010011000011110100011001110100110111101011100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46174; }

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

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

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

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

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

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

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

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