#C49190

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

Shades of Rosy Brown #C49190

Tints of Rosy Brown #C49190

Color information

#C49190 (or 0xC49190) is unknown color: approx Rosy Brown. HEX triplet: C4, 91 and 90. RGB value is (196,145,144). Sum of RGB (Red+Green+Blue) = 196+145+144=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49190 is #3B6E6F. Grayscale: #A0A0A0. Windows color (decimal): -3894896 or 9474500. OLE color: 9474500.

HSL color Cylindrical-coordinate representation of color #C49190: hue angle of 1.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49190 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196145144-
CMYK00.260.270.23
HSL1.15º30.59%66.67%-
HSV(B)1.15º26.53%76.86%-
XYZ37.923430.95-
YUV160.14118.9153.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=40.41%
G=29.90%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614514400.260.270.231.1530.5966.67
HexC4919001A1B1711f43
Octal3042212200323327137103
Binary11000100100100011001000001101011011101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49190; }

 p { color: rgb(196,145,144); }

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

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

 a { background-color: rgb(196,145,144); }

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

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

 span { border-color: rgb(196,145,144); }

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