#C09392

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

Shades of Rosy Brown #C09392

Tints of Rosy Brown #C09392

Color information

#C09392 (or 0xC09392) is unknown color: approx Rosy Brown. HEX triplet: C0, 93 and 92. RGB value is (192,147,146). Sum of RGB (Red+Green+Blue) = 192+147+146=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09392 is #3F6C6D. Grayscale: #A0A0A0. Windows color (decimal): -4156526 or 9606080. OLE color: 9606080.

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

Color convert

RGB192147146-
CMYK00.230.240.25
HSL1.3º26.74%66.27%-
HSV(B)1.3º23.96%75.29%-
XYZ37.3634.1531.82-
YUV160.34119.91150.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=39.59%
G=30.31%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214714600.230.240.251.326.7466.27
HexC09392017181911b42
Octal3002232220273031133102
Binary11000000100100111001001001011111000110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09392; }

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

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

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

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

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

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

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

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