#C89389

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

Shades of Oriental Pink #C89389

Tints of Oriental Pink #C89389

Color information

#C89389 (or 0xC89389) is unknown color: approx Oriental Pink. HEX triplet: C8, 93 and 89. RGB value is (200,147,137). Sum of RGB (Red+Green+Blue) = 200+147+137=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C89389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89389 is #376C76. Grayscale: #A1A1A1. Windows color (decimal): -3632247 or 9016264. OLE color: 9016264.

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

Color convert

RGB200147137-
CMYK00.260.320.22
HSL9.52º36.42%66.08%-
HSV(B)9.52º31.5%78.43%-
XYZ38.7734.9528.37-
YUV161.71114.06155.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=41.32%
G=30.37%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014713700.260.320.229.5236.4266.08
HexC8938901A2016a2442
Octal31022321103240261244102
Binary1100100010010011100010010110101000001011010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89389; }

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

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

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

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

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

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

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

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