#C89089

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

Shades of Oriental Pink #C89089

Tints of Oriental Pink #C89089

Color information

#C89089 (or 0xC89089) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 89. RGB value is (200,144,137). Sum of RGB (Red+Green+Blue) = 200+144+137=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C89089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89089 is #376F76. Grayscale: #A0A0A0. Windows color (decimal): -3633015 or 9015496. OLE color: 9015496.

HSL color Cylindrical-coordinate representation of color #C89089: hue angle of 6.67º 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 #C89089 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200144137-
CMYK00.280.320.22
HSL6.67º36.42%66.08%-
HSV(B)6.67º31.5%78.43%-
XYZ38.3134.0328.22-
YUV159.95115.05156.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=41.58%
G=29.94%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014413700.280.320.226.6736.4266.08
HexC8908901C201672442
Octal3102202110344026744102
Binary110010001001000010001001011100100000101101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89089; }

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

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

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

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

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

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

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

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