#C89291

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

Shades of Rosy Brown #C89291

Tints of Rosy Brown #C89291

Color information

#C89291 (or 0xC89291) is unknown color: approx Rosy Brown. HEX triplet: C8, 92 and 91. RGB value is (200,146,145). Sum of RGB (Red+Green+Blue) = 200+146+145=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C89291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89291 is #376D6E. Grayscale: #A2A2A2. Windows color (decimal): -3632495 or 9540296. OLE color: 9540296.

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

Color convert

RGB200146145-
CMYK00.270.280.22
HSL1.09º33.33%67.65%-
HSV(B)1.09º27.5%78.43%-
XYZ39.2134.8831.45-
YUV162.03118.39155.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=40.73%
G=29.74%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014614500.270.280.221.0933.3367.65
HexC8929101B1C1612144
Octal3102222210333426141104
Binary110010001001001010010001011011111001011011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89291; }

 p { color: rgb(200,146,145); }

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

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

 a { background-color: rgb(200,146,145); }

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

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

 span { border-color: rgb(200,146,145); }

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