#C59089

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

Shades of Oriental Pink #C59089

Tints of Oriental Pink #C59089

Color information

#C59089 (or 0xC59089) is unknown color: approx Oriental Pink. HEX triplet: C5, 90 and 89. RGB value is (197,144,137). Sum of RGB (Red+Green+Blue) = 197+144+137=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C59089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59089 is #3A6F76. Grayscale: #9F9F9F. Windows color (decimal): -3829623 or 9015493. OLE color: 9015493.

HSL color Cylindrical-coordinate representation of color #C59089: hue angle of 7º 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 #C59089 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197144137-
CMYK00.270.300.23
HSL34.09%65.49%-
HSV(B)30.46%77.25%-
XYZ37.5133.6228.18-
YUV159.05115.56155.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=41.21%
G=30.13%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714413700.270.300.23734.0965.49
HexC5908901B1E1772241
Octal3052202110333627742101
Binary11000101100100001000100101101111110101111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59089; }

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

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

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

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

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

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

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

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