#C88E82

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

Shades of Oriental Pink #C88E82

Tints of Oriental Pink #C88E82

Color information

#C88E82 (or 0xC88E82) is unknown color: approx Oriental Pink. HEX triplet: C8, 8E and 82. RGB value is (200,142,130). Sum of RGB (Red+Green+Blue) = 200+142+130=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E82 is #37717D. Grayscale: #9E9E9E. Windows color (decimal): -3633534 or 8556232. OLE color: 8556232.

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

Color convert

RGB200142130-
CMYK00.290.350.22
HSL10.29º38.89%64.71%-
HSV(B)10.29º35%78.43%-
XYZ37.5233.2425.56-
YUV157.97112.22157.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=42.37%
G=30.08%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014213000.290.350.2210.2938.8964.71
HexC88E8201D2316a2741
Octal31021620203543261247101
Binary1100100010001110100000100111011000111011010101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E82; }

 p { color: rgb(200,142,130); }

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

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

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

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

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

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

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