#C7887C

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

Shades of Oriental Pink #C7887C

Tints of Oriental Pink #C7887C

Color information

#C7887C (or 0xC7887C) is unknown color: approx Oriental Pink. HEX triplet: C7, 88 and 7C. RGB value is (199,136,124). Sum of RGB (Red+Green+Blue) = 199+136+124=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7887C is #387783. Grayscale: #999999. Windows color (decimal): -3700612 or 8161479. OLE color: 8161479.

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

Color convert

RGB199136124-
CMYK00.320.380.22
HSL9.6º40.11%63.33%-
HSV(B)9.6º37.69%78.04%-
XYZ3631.2123.19-
YUV153.47111.37160.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=43.36%
G=29.63%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913612400.320.380.229.640.1163.33
HexC7887C0202616a283f
Octal3072101740404626125077
Binary110001111000100011111000100000100110101101010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7887C; }

 p { color: rgb(199,136,124); }

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

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

 a { background-color: rgb(199,136,124); }

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

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

 span { border-color: rgb(199,136,124); }

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