#C88F7F

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

Shades of Oriental Pink #C88F7F

Tints of Oriental Pink #C88F7F

Color information

#C88F7F (or 0xC88F7F) is unknown color: approx Oriental Pink. HEX triplet: C8, 8F and 7F. RGB value is (200,143,127). Sum of RGB (Red+Green+Blue) = 200+143+127=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F7F is #377080. Grayscale: #9E9E9E. Windows color (decimal): -3633281 or 8359880. OLE color: 8359880.

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

Color convert

RGB200143127-
CMYK00.280.360.22
HSL13.15º39.89%64.12%-
HSV(B)13.15º36.5%78.43%-
XYZ37.4733.4624.56-
YUV158.22110.38157.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 127 (50% from 255) = 27.02%
R=42.55%
G=30.43%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014312700.280.360.2213.1539.8964.12
HexC88F7F01C2416d2840
Octal31021717703444261550100
Binary110010001000111111111110111001001001011011011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F7F; }

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

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

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

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

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

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

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

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