#C49794

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

Shades of Rosy Brown #C49794

Tints of Rosy Brown #C49794

Color information

#C49794 (or 0xC49794) is unknown color: approx Rosy Brown. HEX triplet: C4, 97 and 94. RGB value is (196,151,148). Sum of RGB (Red+Green+Blue) = 196+151+148=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49794 is #3B686B. Grayscale: #A4A4A4. Windows color (decimal): -3893356 or 9738180. OLE color: 9738180.

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

Color convert

RGB196151148-
CMYK00.230.240.23
HSL3.75º28.92%67.45%-
HSV(B)3.75º24.49%76.86%-
XYZ39.1836.0132.9-
YUV164.11118.91150.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=39.60%
G=30.51%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615114800.230.240.233.7528.9267.45
HexC49794017181741d43
Octal3042272240273027435103
Binary1100010010010111100101000101111100010111100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49794; }

 p { color: rgb(196,151,148); }

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

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

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

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

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

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

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