#C89492

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

Shades of Rosy Brown #C89492

Tints of Rosy Brown #C89492

Color information

#C89492 (or 0xC89492) is unknown color: approx Rosy Brown. HEX triplet: C8, 94 and 92. RGB value is (200,148,146). Sum of RGB (Red+Green+Blue) = 200+148+146=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89492 is #376B6D. Grayscale: #A3A3A3. Windows color (decimal): -3631982 or 9606344. OLE color: 9606344.

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

Color convert

RGB200148146-
CMYK00.260.270.22
HSL2.22º32.93%67.84%-
HSV(B)2.22º27%78.43%-
XYZ39.635.5331.97-
YUV163.32118.23154.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=40.49%
G=29.96%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014814600.260.270.222.2232.9367.84
HexC8949201A1B1622144
Octal3102242220323326241104
Binary1100100010010100100100100110101101110110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89492; }

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

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

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

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

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

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

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

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