#C09393

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

Shades of Rosy Brown #C09393

Tints of Rosy Brown #C09393

Color information

#C09393 (or 0xC09393) is unknown color: approx Rosy Brown. HEX triplet: C0, 93 and 93. RGB value is (192,147,147). Sum of RGB (Red+Green+Blue) = 192+147+147=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C09393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09393 is #3F6C6C. Grayscale: #A0A0A0. Windows color (decimal): -4156525 or 9671616. OLE color: 9671616.

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

Color convert

RGB192147147-
CMYK00.230.230.25
HSL26.32%66.47%-
HSV(B)23.44%75.29%-
XYZ37.4434.1832.23-
YUV160.46120.41150.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=39.51%
G=30.25%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214714700.230.230.25026.3266.47
HexC09393017171901a42
Octal3002232230272731032102
Binary11000000100100111001001101011110111110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09393; }

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

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

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

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

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

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

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

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