#C09190

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

Shades of Rosy Brown #C09190

Tints of Rosy Brown #C09190

Color information

#C09190 (or 0xC09190) is unknown color: approx Rosy Brown. HEX triplet: C0, 91 and 90. RGB value is (192,145,144). Sum of RGB (Red+Green+Blue) = 192+145+144=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C09190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09190 is #3F6E6F. Grayscale: #9E9E9E. Windows color (decimal): -4157040 or 9474496. OLE color: 9474496.

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

Color convert

RGB192145144-
CMYK00.240.250.25
HSL1.25º27.59%65.88%-
HSV(B)1.25º25%75.29%-
XYZ36.933.4730.9-
YUV158.94119.57151.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=39.92%
G=30.15%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214514400.240.250.251.2527.5965.88
HexC09190018191911c42
Octal3002212200303131134102
Binary11000000100100011001000001100011001110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09190; }

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

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

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

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

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

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

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

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