#C99493

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

Shades of Rosy Brown #C99493

Tints of Rosy Brown #C99493

Color information

#C99493 (or 0xC99493) is unknown color: approx Rosy Brown. HEX triplet: C9, 94 and 93. RGB value is (201,148,147). Sum of RGB (Red+Green+Blue) = 201+148+147=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C99493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99493 is #366B6C. Grayscale: #A3A3A3. Windows color (decimal): -3566445 or 9671881. OLE color: 9671881.

HSL color Cylindrical-coordinate representation of color #C99493: hue angle of 1.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99493 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201148147-
CMYK00.260.270.21
HSL1.11º33.33%68.24%-
HSV(B)1.11º26.87%78.82%-
XYZ39.9435.732.39-
YUV163.73118.56154.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=40.52%
G=29.84%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114814700.260.270.211.1133.3368.24
HexC9949301A1B1512144
Octal3112242230323325141104
Binary110010011001010010010011011010110111010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99493; }

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

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

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

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

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

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

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

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