#C29390

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

Shades of Rosy Brown #C29390

Tints of Rosy Brown #C29390

Color information

#C29390 (or 0xC29390) is unknown color: approx Rosy Brown. HEX triplet: C2, 93 and 90. RGB value is (194,147,144). Sum of RGB (Red+Green+Blue) = 194+147+144=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C29390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29390 is #3D6C6F. Grayscale: #A0A0A0. Windows color (decimal): -4025456 or 9475010. OLE color: 9475010.

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

Color convert

RGB194147144-
CMYK00.240.260.24
HSL3.6º29.07%66.27%-
HSV(B)3.6º25.77%76.08%-
XYZ37.7234.3531.03-
YUV160.71118.57151.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=40%
G=30.31%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414714400.240.260.243.629.0766.27
HexC293900181A1841d42
Octal3022232200303230435102
Binary1100001010010011100100000110001101011000100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29390; }

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

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

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

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

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

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

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

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