Html Css Color HEX #C5897F Oriental Pink

📋 copy color: '#C5897F'

red 197 ◦ green 137 ◦ blue 127

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

Shades of Oriental Pink #C5897F

Tints of Oriental Pink #C5897F

RGB

 RED value IS 197 (77.34% from 255) = 42.73%

 GREEN value IS 137 (53.91% from 255) = 29.72%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 42.73%
G = 29.72%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5897F (or 0xC5897F) is known color: Oriental Pink. HEX triplet: C5, 89 and 7F. RGB value is (197,137,127). Sum of RGB (Red+Green+Blue) = 197+137+127=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5897F is #3A7680. Grayscale: #999999. Windows color (decimal): -3831425 or 8358341. OLE color: 8358341.

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

Color convert

RGB 197 137 127 -
CMYK 0 0.30 0.36 0.23
HSL 8.57º 0.38% 0.64% -
HSV(B) 8.57º 0.36% 0.77% -
XYZ 35.8 31.29 24.23 -
YUV 153.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 197 137 127 0 0.30 0.36 0.23 8.57 0.38 0.64
Hex C5 89 7F 0 1E 24 17 9 26 40
Octal 305 211 177 0 36 44 27 11 46 100
Binary 11000101 10001001 1111111 0 11110 100100 10111 1001 100110 1000000

Color Harmonies of #C5897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5897F

Black with #C5897F

Text Example


Text Example

White with #C5897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5897F; }

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

 H1.HeaderClassName
 {
   color: #C5897F;
 }
 .AnyTagClassName
 {
   color: #C5897F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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