#C49392

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

Shades of Rosy Brown #C49392

Tints of Rosy Brown #C49392

Color information

#C49392 (or 0xC49392) is unknown color: approx Rosy Brown. HEX triplet: C4, 93 and 92. RGB value is (196,147,146). Sum of RGB (Red+Green+Blue) = 196+147+146=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C49392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49392 is #3B6C6D. Grayscale: #A1A1A1. Windows color (decimal): -3894382 or 9606084. OLE color: 9606084.

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

Color convert

RGB196147146-
CMYK00.250.260.23
HSL1.2º29.76%67.06%-
HSV(B)1.2º25.51%76.86%-
XYZ38.3934.6831.86-
YUV161.54119.23152.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=40.08%
G=30.06%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614714600.250.260.231.229.7667.06
HexC493920191A1711e43
Octal3042232220313227136103
Binary11000100100100111001001001100111010101111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49392; }

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

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

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

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

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

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

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

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