#C29190

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

Shades of Rosy Brown #C29190

Tints of Rosy Brown #C29190

Color information

#C29190 (or 0xC29190) is unknown color: approx Rosy Brown. HEX triplet: C2, 91 and 90. RGB value is (194,145,144). Sum of RGB (Red+Green+Blue) = 194+145+144=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C29190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29190 is #3D6E6F. Grayscale: #9F9F9F. Windows color (decimal): -4025968 or 9474498. OLE color: 9474498.

HSL color Cylindrical-coordinate representation of color #C29190: hue angle of 1.2º 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 #C29190 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194145144-
CMYK00.250.260.24
HSL1.2º29.07%66.27%-
HSV(B)1.2º25.77%76.08%-
XYZ37.4133.7330.93-
YUV159.54119.23152.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=40.17%
G=30.02%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414514400.250.260.241.229.0766.27
HexC291900191A1811d42
Octal3022212200313230135102
Binary11000010100100011001000001100111010110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29190; }

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

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

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

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

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

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

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

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