#C39393

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

Shades of Rosy Brown #C39393

Tints of Rosy Brown #C39393

Color information

#C39393 (or 0xC39393) is unknown color: approx Rosy Brown. HEX triplet: C3, 93 and 93. RGB value is (195,147,147). Sum of RGB (Red+Green+Blue) = 195+147+147=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39393 is #3C6C6C. Grayscale: #A1A1A1. Windows color (decimal): -3959917 or 9671619. OLE color: 9671619.

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

Color convert

RGB195147147-
CMYK00.250.250.24
HSL28.57%67.06%-
HSV(B)24.62%76.47%-
XYZ38.2134.5832.26-
YUV161.35119.9152-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=39.88%
G=30.06%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514714700.250.250.24028.5767.06
HexC39393019191801d43
Octal3032232230313130035103
Binary11000011100100111001001101100111001110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39393; }

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

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

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

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

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

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

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

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