#C59082

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

Shades of Oriental Pink #C59082

Tints of Oriental Pink #C59082

Color information

#C59082 (or 0xC59082) is unknown color: approx Oriental Pink. HEX triplet: C5, 90 and 82. RGB value is (197,144,130). Sum of RGB (Red+Green+Blue) = 197+144+130=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C59082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59082 is #3A6F7D. Grayscale: #9E9E9E. Windows color (decimal): -3829630 or 8556741. OLE color: 8556741.

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

Color convert

RGB197144130-
CMYK00.270.340.23
HSL12.54º36.61%64.12%-
HSV(B)12.54º34.01%77.25%-
XYZ37.0333.4325.62-
YUV158.25112.06155.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=41.83%
G=30.57%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714413000.270.340.2312.5436.6164.12
HexC5908201B2217d2540
Octal30522020203342271545100
Binary1100010110010000100000100110111000101011111011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59082; }

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

 H1.HeaderClassName
 {
   color: #C59082;
 }
 .AnyTagClassName
 {
   color: #C59082;
 }
</style>
background-color css

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

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

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

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

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

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