#C88D86

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

Shades of Oriental Pink #C88D86

Tints of Oriental Pink #C88D86

Color information

#C88D86 (or 0xC88D86) is unknown color: approx Oriental Pink. HEX triplet: C8, 8D and 86. RGB value is (200,141,134). Sum of RGB (Red+Green+Blue) = 200+141+134=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D86 is #377279. Grayscale: #9D9D9D. Windows color (decimal): -3633786 or 8818120. OLE color: 8818120.

HSL color Cylindrical-coordinate representation of color #C88D86: hue angle of 6.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88D86 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200141134-
CMYK00.290.330.22
HSL6.36º37.5%65.49%-
HSV(B)6.36º33%78.43%-
XYZ37.6533.0526.95-
YUV157.84114.55158.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=42.11%
G=29.68%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014113400.290.330.226.3637.565.49
HexC88D8601D211662641
Octal3102152060354126646101
Binary110010001000110110000110011101100001101101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D86; }

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

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

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

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

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

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

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

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