#C88981

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

Shades of Oriental Pink #C88981

Tints of Oriental Pink #C88981

Color information

#C88981 (or 0xC88981) is unknown color: approx Oriental Pink. HEX triplet: C8, 89 and 81. RGB value is (200,137,129). Sum of RGB (Red+Green+Blue) = 200+137+129=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C88981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88981 is #37767E. Grayscale: #9B9B9B. Windows color (decimal): -3634815 or 8489416. OLE color: 8489416.

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

Color convert

RGB200137129-
CMYK00.320.360.22
HSL6.76º39.23%64.51%-
HSV(B)6.76º35.5%78.43%-
XYZ36.7331.7624.96-
YUV154.92113.37160.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=42.92%
G=29.40%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013712900.320.360.226.7639.2364.51
HexC88981020241672741
Octal3102112010404426747101
Binary1100100010001001100000010100000100100101101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88981; }

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

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

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

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

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

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

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

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