#C19393

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

Shades of Rosy Brown #C19393

Tints of Rosy Brown #C19393

Color information

#C19393 (or 0xC19393) is unknown color: approx Rosy Brown. HEX triplet: C1, 93 and 93. RGB value is (193,147,147). Sum of RGB (Red+Green+Blue) = 193+147+147=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C19393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19393 is #3E6C6C. Grayscale: #A0A0A0. Windows color (decimal): -4090989 or 9671617. OLE color: 9671617.

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

Color convert

RGB193147147-
CMYK00.240.240.24
HSL27.06%66.67%-
HSV(B)23.83%75.69%-
XYZ37.6934.3132.24-
YUV160.75120.24151-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=39.63%
G=30.18%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314714700.240.240.24027.0666.67
HexC19393018181801b43
Octal3012232230303030033103
Binary11000001100100111001001101100011000110000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19393; }

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

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

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

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

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

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

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

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