#C89493

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

Shades of Rosy Brown #C89493

Tints of Rosy Brown #C89493

Color information

#C89493 (or 0xC89493) is unknown color: approx Rosy Brown. HEX triplet: C8, 94 and 93. RGB value is (200,148,147). Sum of RGB (Red+Green+Blue) = 200+148+147=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C89493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89493 is #376B6C. Grayscale: #A3A3A3. Windows color (decimal): -3631981 or 9671880. OLE color: 9671880.

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

Color convert

RGB200148147-
CMYK00.260.260.22
HSL1.13º32.52%68.04%-
HSV(B)1.13º26.5%78.43%-
XYZ39.6835.5732.38-
YUV163.43118.73154.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=40.40%
G=29.90%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014814700.260.260.221.1332.5268.04
HexC8949301A1A1612144
Octal3102242230323226141104
Binary110010001001010010010011011010110101011011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89493; }

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

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

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

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

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

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

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

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