#C49290

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

Shades of Rosy Brown #C49290

Tints of Rosy Brown #C49290

Color information

#C49290 (or 0xC49290) is unknown color: approx Rosy Brown. HEX triplet: C4, 92 and 90. RGB value is (196,146,144). Sum of RGB (Red+Green+Blue) = 196+146+144=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C49290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49290 is #3B6D6F. Grayscale: #A0A0A0. Windows color (decimal): -3894640 or 9474756. OLE color: 9474756.

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

Color convert

RGB196146144-
CMYK00.260.270.23
HSL2.31º30.59%66.67%-
HSV(B)2.31º26.53%76.86%-
XYZ38.0834.3131-
YUV160.72118.56153.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=40.33%
G=30.04%
B=29.63%

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
Decimal19614614400.260.270.232.3130.5966.67
HexC4929001A1B1721f43
Octal3042222200323327237103
Binary110001001001001010010000011010110111011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49290; }

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

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

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

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

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

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

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

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