#C46072

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

Shades of Cabaret #C46072

Tints of Cabaret #C46072

Color information

#C46072 (or 0xC46072) is unknown color: approx Cabaret. HEX triplet: C4, 60 and 72. RGB value is (196,96,114). Sum of RGB (Red+Green+Blue) = 196+96+114=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C46072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46072 is #3B9F8D. Grayscale: #7F7F7F. Windows color (decimal): -3907470 or 7495876. OLE color: 7495876.

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

Color convert

RGB19696114-
CMYK00.510.420.23
HSL349.2º45.87%57.25%-
HSV(B)349.2º51.02%76.86%-
XYZ29.9921.3218.45-
YUV127.95120.13176.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=48.28%
G=23.65%
B=28.08%

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
Decimal1969611400.510.420.23349.245.8757.25
HexC460720332A1715d2e39
Octal30414016206352275355671
Binary1100010011000001110010011001110101010111101011101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46072; }

 p { color: rgb(196,96,114); }

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

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

 a { background-color: rgb(196,96,114); }

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

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

 span { border-color: rgb(196,96,114); }

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