#C88989

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

Shades of Oriental Pink #C88989

Tints of Oriental Pink #C88989

Color information

#C88989 (or 0xC88989) is unknown color: approx Oriental Pink. HEX triplet: C8, 89 and 89. RGB value is (200,137,137). Sum of RGB (Red+Green+Blue) = 200+137+137=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C88989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88989 is #377676. Grayscale: #9B9B9B. Windows color (decimal): -3634807 or 9013704. OLE color: 9013704.

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

Color convert

RGB200137137-
CMYK00.320.320.22
HSL36.42%66.08%-
HSV(B)31.5%78.43%-
XYZ37.2831.9827.87-
YUV155.84117.37159.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=42.19%
G=28.90%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013713700.320.320.22036.4266.08
HexC88989020201602442
Octal3102112110404026044102
Binary11001000100010011000100101000001000001011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88989; }

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

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

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

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

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

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

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

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