#C6897C

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

Shades of Oriental Pink #C6897C

Tints of Oriental Pink #C6897C

Color information

#C6897C (or 0xC6897C) is unknown color: approx Oriental Pink. HEX triplet: C6, 89 and 7C. RGB value is (198,137,124). Sum of RGB (Red+Green+Blue) = 198+137+124=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6897C is #397683. Grayscale: #999999. Windows color (decimal): -3765892 or 8161734. OLE color: 8161734.

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

Color convert

RGB198137124-
CMYK00.310.370.22
HSL10.54º39.36%63.14%-
HSV(B)10.54º37.37%77.65%-
XYZ35.8731.3523.23-
YUV153.76111.21159.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=43.14%
G=29.85%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813712400.310.370.2210.5439.3663.14
HexC6897C01F2516b273f
Octal3062111740374526134777
Binary11000110100010011111100011111100101101101011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6897C; }

 p { color: rgb(198,137,124); }

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

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

 a { background-color: rgb(198,137,124); }

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

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

 span { border-color: rgb(198,137,124); }

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