#C59084

Color #C59084 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C59084

Tints of Oriental Pink #C59084

Color information

#C59084 (or 0xC59084) is unknown color: approx 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

RGB197144132-
CMYK00.270.330.23
HSL11.08º35.91%64.51%-
HSV(B)11.08º32.99%77.25%-
XYZ37.1633.4826.33-
YUV158.48113.06155.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714413200.270.330.2311.0835.9164.51
HexC5908401B2117b2441
Octal30522020403341271344101
Binary1100010110010000100001000110111000011011110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>