#C46575

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

Shades of Cabaret #C46575

Tints of Cabaret #C46575

Color information

#C46575 (or 0xC46575) is unknown color: approx Cabaret. HEX triplet: C4, 65 and 75. RGB value is (196,101,117). Sum of RGB (Red+Green+Blue) = 196+101+117=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46575 is #3B9A8A. Grayscale: #838383. Windows color (decimal): -3906187 or 7693764. OLE color: 7693764.

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

Color convert

RGB196101117-
CMYK00.480.400.23
HSL349.89º44.6%58.24%-
HSV(B)349.89º48.47%76.86%-
XYZ30.6322.3319.52-
YUV131.23119.97174.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=47.34%
G=24.40%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610111700.480.400.23349.8944.658.24
HexC46575030281715e2d3a
Octal30414516506050275365572
Binary1100010011001011110101011000010100010111101011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46575; }

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

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

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

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

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

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

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

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