#C39493

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

Shades of Rosy Brown #C39493

Tints of Rosy Brown #C39493

Color information

#C39493 (or 0xC39493) is unknown color: approx Rosy Brown. HEX triplet: C3, 94 and 93. RGB value is (195,148,147). Sum of RGB (Red+Green+Blue) = 195+148+147=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C39493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39493 is #3C6B6C. Grayscale: #A1A1A1. Windows color (decimal): -3959661 or 9671875. OLE color: 9671875.

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

Color convert

RGB195148147-
CMYK00.240.250.24
HSL1.25º28.57%67.06%-
HSV(B)1.25º24.62%76.47%-
XYZ38.3634.8932.32-
YUV161.94119.57151.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 147 (57.81% from 255) = 30%
R=39.80%
G=30.20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514814700.240.250.241.2528.5767.06
HexC39493018191811d43
Octal3032242230303130135103
Binary11000011100101001001001101100011001110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39493; }

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

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

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

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

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

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

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

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