Html Css Color HEX #C6897F Oriental Pink

📋 copy color: '#C6897F'

red 198 ◦ green 137 ◦ blue 127

#C6897F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #C6897F

Tints of Oriental Pink #C6897F

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 value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6897F (or 0xC6897F) is known color: 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

RGB 198 137 127 -
CMYK 0 0.31 0.36 0.22
HSL 8.45º 0.38% 0.64% -
HSV(B) 8.45º 0.36% 0.78% -
XYZ 36.07 31.43 24.24 -
YUV 154.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 198 137 127 0 0.31 0.36 0.22 8.45 0.38 0.64
Hex C6 89 7F 0 1F 24 16 8 26 40
Octal 306 211 177 0 37 44 26 10 46 100
Binary 11000110 10001001 1111111 0 11111 100100 10110 1000 100110 1000000

Color Harmonies of #C6897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6897F

Black with #C6897F

Text Example


Text Example

White with #C6897F

Text Example


Text Example

HTML Codes & Css Web 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>