#C46475

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

Shades of Cabaret #C46475

Tints of Cabaret #C46475

Color information

#C46475 (or 0xC46475) is unknown color: approx Cabaret. HEX triplet: C4, 64 and 75. RGB value is (196,100,117). Sum of RGB (Red+Green+Blue) = 196+100+117=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46475 is #3B9B8A. Grayscale: #828282. Windows color (decimal): -3906443 or 7693508. OLE color: 7693508.

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

Color convert

RGB196100117-
CMYK00.490.400.23
HSL349.38º44.86%58.04%-
HSV(B)349.38º48.98%76.86%-
XYZ30.5322.1319.49-
YUV130.64120.3174.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=47.46%
G=24.21%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610011700.490.400.23349.3844.8658.04
HexC46475031281715d2d3a
Octal30414416506150275355572
Binary1100010011001001110101011000110100010111101011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46475; }

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

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

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

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

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

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

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

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