#C49595

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

Shades of Rosy Brown #C49595

Tints of Rosy Brown #C49595

Color information

#C49595 (or 0xC49595) is unknown color: approx Rosy Brown. HEX triplet: C4, 95 and 95. RGB value is (196,149,149). Sum of RGB (Red+Green+Blue) = 196+149+149=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C49595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49595 is #3B6A6A. Grayscale: #A3A3A3. Windows color (decimal): -3893867 or 9803204. OLE color: 9803204.

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

Color convert

RGB196149149-
CMYK00.240.240.23
HSL28.48%67.65%-
HSV(B)23.98%76.86%-
XYZ38.9435.433.21-
YUV163.05120.07151.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=39.68%
G=30.16%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614914900.240.240.23028.4867.65
HexC49595018181701c44
Octal3042252250303027034104
Binary11000100100101011001010101100011000101110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49595; }

 p { color: rgb(196,149,149); }

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

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

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

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

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

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

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