#C88781

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

Shades of Oriental Pink #C88781

Tints of Oriental Pink #C88781

Color information

#C88781 (or 0xC88781) is unknown color: approx Oriental Pink. HEX triplet: C8, 87 and 81. RGB value is (200,135,129). Sum of RGB (Red+Green+Blue) = 200+135+129=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88781 is #37787E. Grayscale: #999999. Windows color (decimal): -3635327 or 8488904. OLE color: 8488904.

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

Color convert

RGB200135129-
CMYK00.320.360.22
HSL5.07º39.23%64.51%-
HSV(B)5.07º35.5%78.43%-
XYZ36.4531.1924.87-
YUV153.75114.03160.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=43.10%
G=29.09%
B=27.80%

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
Decimal20013512900.320.360.225.0739.2364.51
HexC88781020241652741
Octal3102072010404426547101
Binary1100100010000111100000010100000100100101101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88781; }

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

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

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

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

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

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

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

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