#C29493

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

Shades of Rosy Brown #C29493

Tints of Rosy Brown #C29493

Color information

#C29493 (or 0xC29493) is unknown color: approx Rosy Brown. HEX triplet: C2, 94 and 93. RGB value is (194,148,147). Sum of RGB (Red+Green+Blue) = 194+148+147=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29493 is #3D6B6C. Grayscale: #A1A1A1. Windows color (decimal): -4025197 or 9671874. OLE color: 9671874.

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

Color convert

RGB194148147-
CMYK00.240.240.24
HSL1.28º27.81%66.86%-
HSV(B)1.28º24.23%76.08%-
XYZ38.134.7632.3-
YUV161.64119.74151.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=39.67%
G=30.27%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414814700.240.240.241.2827.8166.86
HexC29493018181811c43
Octal3022242230303030134103
Binary11000010100101001001001101100011000110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29493; }

 p { color: rgb(194,148,147); }

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

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

 a { background-color: rgb(194,148,147); }

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

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

 span { border-color: rgb(194,148,147); }

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