#C59184

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

Shades of Oriental Pink #C59184

Tints of Oriental Pink #C59184

Color information

#C59184 (or 0xC59184) is unknown color: approx Oriental Pink. HEX triplet: C5, 91 and 84. RGB value is (197,145,132). Sum of RGB (Red+Green+Blue) = 197+145+132=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C59184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59184 is #3A6E7B. Grayscale: #9F9F9F. Windows color (decimal): -3829372 or 8688069. OLE color: 8688069.

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

Color convert

RGB197145132-
CMYK00.260.330.23
HSL12º35.91%64.51%-
HSV(B)12º32.99%77.25%-
XYZ37.3233.7926.38-
YUV159.07112.73155.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=41.56%
G=30.59%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714513200.260.330.231235.9164.51
HexC5918401A2117c2441
Octal30522120403241271444101
Binary1100010110010001100001000110101000011011111001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59184; }

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

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

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

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

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

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

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

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