#C88681

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

Shades of Oriental Pink #C88681

Tints of Oriental Pink #C88681

Color information

#C88681 (or 0xC88681) is unknown color: approx Oriental Pink. HEX triplet: C8, 86 and 81. RGB value is (200,134,129). Sum of RGB (Red+Green+Blue) = 200+134+129=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C88681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88681 is #37797E. Grayscale: #999999. Windows color (decimal): -3635583 or 8488648. OLE color: 8488648.

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

Color convert

RGB200134129-
CMYK00.330.360.22
HSL4.23º39.23%64.51%-
HSV(B)4.23º35.5%78.43%-
XYZ36.3130.9124.82-
YUV153.16114.37161.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=43.20%
G=28.94%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013412900.330.360.224.2339.2364.51
HexC88681021241642741
Octal3102062010414426447101
Binary1100100010000110100000010100001100100101101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88681; }

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

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

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

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

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

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

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

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