#C88E7F

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

Shades of Oriental Pink #C88E7F

Tints of Oriental Pink #C88E7F

Color information

#C88E7F (or 0xC88E7F) is unknown color: approx Oriental Pink. HEX triplet: C8, 8E and 7F. RGB value is (200,142,127). Sum of RGB (Red+Green+Blue) = 200+142+127=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E7F is #377180. Grayscale: #9D9D9D. Windows color (decimal): -3633537 or 8359624. OLE color: 8359624.

HSL color Cylindrical-coordinate representation of color #C88E7F: hue angle of 12.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88E7F is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200142127-
CMYK00.290.360.22
HSL12.33º39.89%64.12%-
HSV(B)12.33º36.5%78.43%-
XYZ37.3233.1624.51-
YUV157.63110.72158.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 127 (50% from 255) = 27.08%
R=42.64%
G=30.28%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014212700.290.360.2212.3339.8964.12
HexC88E7F01D2416c2840
Octal31021617703544261450100
Binary110010001000111011111110111011001001011011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E7F; }

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

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

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

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

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

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

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

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