#C8887D

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

Shades of Oriental Pink #C8887D

Tints of Oriental Pink #C8887D

Color information

#C8887D (or 0xC8887D) is unknown color: approx Oriental Pink. HEX triplet: C8, 88 and 7D. RGB value is (200,136,125). Sum of RGB (Red+Green+Blue) = 200+136+125=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8887D is #377782. Grayscale: #999999. Windows color (decimal): -3635075 or 8227016. OLE color: 8227016.

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

Color convert

RGB200136125-
CMYK00.320.380.22
HSL8.8º40.54%63.73%-
HSV(B)8.8º37.5%78.43%-
XYZ36.3331.3723.54-
YUV153.88111.7160.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=43.38%
G=29.50%
B=27.11%

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
Decimal20013612500.320.380.228.840.5463.73
HexC8887D020261692940
Octal31021017504046261151100
Binary1100100010001000111110101000001001101011010011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8887D; }

 p { color: rgb(200,136,125); }

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

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

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

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

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

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

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