Html Css Color HEX #C59389 Oriental Pink

📋 copy color: '#C59389'

red 197 ◦ green 147 ◦ blue 137

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

Shades of Oriental Pink #C59389

Tints of Oriental Pink #C59389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

 BLUE value IS 137 (53.91% from 255) = 28.48%

R = 40.96%
G = 30.56%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C59389 (or 0xC59389) is known color: Oriental Pink. HEX triplet: C5, 93 and 89. RGB value is (197,147,137). Sum of RGB (Red+Green+Blue) = 197+147+137=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C59389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59389 is #3A6C76. Grayscale: #A0A0A0. Windows color (decimal): -3828855 or 9016261. OLE color: 9016261.

HSL color Cylindrical-coordinate representation of color #C59389: hue angle of 10º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59389 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 137 -
CMYK 0 0.25 0.30 0.23
HSL 10º 0.34% 0.65% -
HSV(B) 10º 0.3% 0.77% -
XYZ 37.98 34.54 28.33 -
YUV 160.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 197 147 137 0 0.25 0.30 0.23 10 0.34 0.65
Hex C5 93 89 0 19 1E 17 A 22 41
Octal 305 223 211 0 31 36 27 12 42 101
Binary 11000101 10010011 10001001 0 11001 11110 10111 1010 100010 1000001

Color Harmonies of #C59389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59389

Black with #C59389

Text Example


Text Example

White with #C59389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59389; }

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

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

background-color css

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

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

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

border-color css

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

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

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