Html Css Color HEX #C59084 Oriental Pink

📋 copy color: '#C59084'

red 197 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #C59084

Tints of Oriental Pink #C59084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 41.65%
G = 30.44%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C59084 (or 0xC59084) is known color: Oriental Pink. HEX triplet: C5, 90 and 84. RGB value is (197,144,132). Sum of RGB (Red+Green+Blue) = 197+144+132=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C59084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59084 is #3A6F7B. Grayscale: #9E9E9E. Windows color (decimal): -3829628 or 8687813. OLE color: 8687813.

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

Color convert

RGB 197 144 132 -
CMYK 0 0.27 0.33 0.23
HSL 11.08º 0.36% 0.65% -
HSV(B) 11.08º 0.33% 0.77% -
XYZ 37.16 33.48 26.33 -
YUV 158.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 197 144 132 0 0.27 0.33 0.23 11.08 0.36 0.65
Hex C5 90 84 0 1B 21 17 B 24 41
Octal 305 220 204 0 33 41 27 13 44 101
Binary 11000101 10010000 10000100 0 11011 100001 10111 1011 100100 1000001

Color Harmonies of #C59084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59084

Black with #C59084

Text Example


Text Example

White with #C59084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59084; }

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

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

background-color css

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

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

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

border-color css

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

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

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