#C6897F

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

Shades of Oriental Pink #C6897F

Tints of Oriental Pink #C6897F

Color information

#C6897F (or 0xC6897F) is unknown color: approx Oriental Pink. HEX triplet: C6, 89 and 7F. RGB value is (198,137,127). Sum of RGB (Red+Green+Blue) = 198+137+127=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6897F is #397680. Grayscale: #9A9A9A. Windows color (decimal): -3765889 or 8358342. OLE color: 8358342.

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

Color convert

RGB198137127-
CMYK00.310.360.22
HSL8.45º38.38%63.73%-
HSV(B)8.45º35.86%77.65%-
XYZ36.0731.4324.24-
YUV154.1112.71159.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 127 (50% from 255) = 27.49%
R=42.86%
G=29.65%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813712700.310.360.228.4538.3863.73
HexC6897F01F241682640
Octal30621117703744261046100
Binary110001101000100111111110111111001001011010001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6897F; }

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

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

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

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

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

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

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

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