#C09390

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

Shades of Rosy Brown #C09390

Tints of Rosy Brown #C09390

Color information

#C09390 (or 0xC09390) is unknown color: approx Rosy Brown. HEX triplet: C0, 93 and 90. RGB value is (192,147,144). Sum of RGB (Red+Green+Blue) = 192+147+144=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C09390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09390 is #3F6C6F. Grayscale: #A0A0A0. Windows color (decimal): -4156528 or 9475008. OLE color: 9475008.

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

Color convert

RGB192147144-
CMYK00.230.250.25
HSL3.75º27.59%65.88%-
HSV(B)3.75º25%75.29%-
XYZ37.2134.0931-
YUV160.11118.91150.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=39.75%
G=30.43%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214714400.230.250.253.7527.5965.88
HexC09390017191941c42
Octal3002232200273131434102
Binary1100000010010011100100000101111100111001100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09390; }

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

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

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

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

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

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

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

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