Html Css Color HEX #C59186 Oriental Pink

📋 copy color: '#C59186'

red 197 ◦ green 145 ◦ blue 134

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

Shades of Oriental Pink #C59186

Tints of Oriental Pink #C59186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 41.39%
G = 30.46%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C59186 (or 0xC59186) is known color: Oriental Pink. HEX triplet: C5, 91 and 86. RGB value is (197,145,134). Sum of RGB (Red+Green+Blue) = 197+145+134=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59186 is #3A6E79. Grayscale: #9F9F9F. Windows color (decimal): -3829370 or 8819141. OLE color: 8819141.

HSL color Cylindrical-coordinate representation of color #C59186: hue angle of 10.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C59186 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 134 -
CMYK 0 0.26 0.32 0.23
HSL 10.48º 0.35% 0.65% -
HSV(B) 10.48º 0.32% 0.77% -
XYZ 37.45 33.84 27.11 -
YUV 159.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 197 145 134 0 0.26 0.32 0.23 10.48 0.35 0.65
Hex C5 91 86 0 1A 20 17 A 23 41
Octal 305 221 206 0 32 40 27 12 43 101
Binary 11000101 10010001 10000110 0 11010 100000 10111 1010 100011 1000001

Color Harmonies of #C59186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59186

Black with #C59186

Text Example


Text Example

White with #C59186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59186; }

 p { color: rgb(197,145,134); }

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

background-color css

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

 a { background-color: rgb(197,145,134); }

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

border-color css

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

 span { border-color: rgb(197,145,134); }

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