#C29591

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

Shades of Rosy Brown #C29591

Tints of Rosy Brown #C29591

Color information

#C29591 (or 0xC29591) is unknown color: approx Rosy Brown. HEX triplet: C2, 95 and 91. RGB value is (194,149,145). Sum of RGB (Red+Green+Blue) = 194+149+145=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29591 is #3D6A6E. Grayscale: #A2A2A2. Windows color (decimal): -4024943 or 9541058. OLE color: 9541058.

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

Color convert

RGB194149145-
CMYK00.230.250.24
HSL4.9º28.65%66.47%-
HSV(B)4.9º25.26%76.08%-
XYZ38.1135.0131.54-
YUV162118.41150.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=39.75%
G=30.53%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414914500.230.250.244.928.6566.47
HexC29591017191851d42
Octal3022252210273130535102
Binary1100001010010101100100010101111100111000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29591; }

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

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

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

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

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

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

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

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