#C8897F

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

Shades of Oriental Pink #C8897F

Tints of Oriental Pink #C8897F

Color information

#C8897F (or 0xC8897F) is unknown color: approx Oriental Pink. HEX triplet: C8, 89 and 7F. RGB value is (200,137,127). Sum of RGB (Red+Green+Blue) = 200+137+127=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8897F is #377680. Grayscale: #9A9A9A. Windows color (decimal): -3634817 or 8358344. OLE color: 8358344.

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

Color convert

RGB200137127-
CMYK00.320.360.22
HSL8.22º39.89%64.12%-
HSV(B)8.22º36.5%78.43%-
XYZ36.631.724.27-
YUV154.7112.37160.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 127 (50% from 255) = 27.37%
R=43.10%
G=29.53%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013712700.320.360.228.2239.8964.12
HexC8897F020241682840
Octal31021117704044261050100
Binary1100100010001001111111101000001001001011010001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8897F; }

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

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

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

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

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

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

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

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