Html Css Color HEX #C59089 Oriental Pink

📋 copy color: '#C59089'

red 197 ◦ green 144 ◦ blue 137

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

Shades of Oriental Pink #C59089

Tints of Oriental Pink #C59089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 41.21%
G = 30.13%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C59089 (or 0xC59089) is known color: Oriental Pink. HEX triplet: C5, 90 and 89. RGB value is (197,144,137). Sum of RGB (Red+Green+Blue) = 197+144+137=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C59089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59089 is #3A6F76. Grayscale: #9F9F9F. Windows color (decimal): -3829623 or 9015493. OLE color: 9015493.

HSL color Cylindrical-coordinate representation of color #C59089: hue angle of 7º 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 #C59089 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 144 137 -
CMYK 0 0.27 0.30 0.23
HSL 0.34% 0.65% -
HSV(B) 0.3% 0.77% -
XYZ 37.51 33.62 28.18 -
YUV 159.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 197 144 137 0 0.27 0.30 0.23 7 0.34 0.65
Hex C5 90 89 0 1B 1E 17 7 22 41
Octal 305 220 211 0 33 36 27 7 42 101
Binary 11000101 10010000 10001001 0 11011 11110 10111 111 100010 1000001

Color Harmonies of #C59089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59089

Black with #C59089

Text Example


Text Example

White with #C59089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59089; }

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

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

background-color css

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

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

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

border-color css

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

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

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