#C46479

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

Shades of Cabaret #C46479

Tints of Cabaret #C46479

Color information

#C46479 (or 0xC46479) is unknown color: approx Cabaret. HEX triplet: C4, 64 and 79. RGB value is (196,100,121). Sum of RGB (Red+Green+Blue) = 196+100+121=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46479 is #3B9B86. Grayscale: #838383. Windows color (decimal): -3906439 or 7955652. OLE color: 7955652.

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

Color convert

RGB196100121-
CMYK00.490.380.23
HSL346.88º44.86%58.04%-
HSV(B)346.88º48.98%76.86%-
XYZ30.7722.2320.76-
YUV131.1122.3174.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=47.00%
G=23.98%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610012100.490.380.23346.8844.8658.04
HexC46479031261715b2d3a
Octal30414417106146275335572
Binary1100010011001001111001011000110011010111101011011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46479; }

 p { color: rgb(196,100,121); }

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

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

 a { background-color: rgb(196,100,121); }

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

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

 span { border-color: rgb(196,100,121); }

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