#C49696

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

Shades of Rosy Brown #C49696

Tints of Rosy Brown #C49696

Color information

#C49696 (or 0xC49696) is unknown color: approx Rosy Brown. HEX triplet: C4, 96 and 96. RGB value is (196,150,150). Sum of RGB (Red+Green+Blue) = 196+150+150=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C49696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49696 is #3B6969. Grayscale: #A3A3A3. Windows color (decimal): -3893610 or 9868996. OLE color: 9868996.

HSL color Cylindrical-coordinate representation of color #C49696: 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.23%. Process color model (Four color, CMYK) of #C49696 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196150150-
CMYK00.230.230.23
HSL28.05%67.84%-
HSV(B)23.47%76.86%-
XYZ39.1835.7533.69-
YUV163.75120.24151-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=39.52%
G=30.24%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615015000.230.230.23028.0567.84
HexC49696017171701c44
Octal3042262260272727034104
Binary11000100100101101001011001011110111101110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49696; }

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

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

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

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

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

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

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

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