#C59289

Color #C59289 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C59289

Tints of Oriental Pink #C59289

Color information

#C59289 (or 0xC59289) is unknown color: approx Oriental Pink. HEX triplet: C5, 92 and 89. RGB value is (197,146,137). Sum of RGB (Red+Green+Blue) = 197+146+137=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C59289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59289 is #3A6D76. Grayscale: #A0A0A0. Windows color (decimal): -3829111 or 9016005. OLE color: 9016005.

HSL color Cylindrical-coordinate representation of color #C59289: hue angle of 9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59289 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197146137-
CMYK00.260.300.23
HSL34.09%65.49%-
HSV(B)30.46%77.25%-
XYZ37.8234.2328.28-
YUV160.22114.9154.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=41.04%
G=30.42%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714613700.260.300.23934.0965.49
HexC5928901A1E1792241
Octal30522221103236271142101
Binary110001011001001010001001011010111101011110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59289; }

 p { color: rgb(197,146,137); }

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

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

 a { background-color: rgb(197,146,137); }

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

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

 span { border-color: rgb(197,146,137); }

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