#C88787

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

Shades of Oriental Pink #C88787

Tints of Oriental Pink #C88787

Color information

#C88787 (or 0xC88787) is unknown color: approx Oriental Pink. HEX triplet: C8, 87 and 87. RGB value is (200,135,135). Sum of RGB (Red+Green+Blue) = 200+135+135=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C88787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88787 is #377878. Grayscale: #9A9A9A. Windows color (decimal): -3635321 or 8882120. OLE color: 8882120.

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

Color convert

RGB200135135-
CMYK00.320.320.22
HSL37.14%65.69%-
HSV(B)32.5%78.43%-
XYZ36.8631.3627.03-
YUV154.44117.03160.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=42.55%
G=28.72%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013513500.320.320.22037.1465.69
HexC88787020201602542
Octal3102072070404026045102
Binary11001000100001111000011101000001000001011001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88787; }

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

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

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

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

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

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

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

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