#C0897F

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

Shades of Oriental Pink #C0897F

Tints of Oriental Pink #C0897F

Color information

#C0897F (or 0xC0897F) is unknown color: approx Oriental Pink. HEX triplet: C0, 89 and 7F. RGB value is (192,137,127). Sum of RGB (Red+Green+Blue) = 192+137+127=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0897F is #3F7680. Grayscale: #989898. Windows color (decimal): -4159105 or 8358336. OLE color: 8358336.

HSL color Cylindrical-coordinate representation of color #C0897F: hue angle of 9.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0897F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192137127-
CMYK00.290.340.25
HSL9.23º34.03%62.55%-
HSV(B)9.23º33.85%75.29%-
XYZ34.5130.6324.17-
YUV152.3113.72156.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 127 (50% from 255) = 27.85%
R=42.11%
G=30.04%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213712700.290.340.259.2334.0362.55
HexC0897F01D22199223f
Octal3002111770354231114277
Binary11000000100010011111111011101100010110011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0897F; }

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

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

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

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

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

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

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

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