#C49591

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

Shades of Oriental Pink #C49591

Tints of Oriental Pink #C49591

Color information

#C49591 (or 0xC49591) is unknown color: approx Oriental Pink. HEX triplet: C4, 95 and 91. RGB value is (196,149,145). Sum of RGB (Red+Green+Blue) = 196+149+145=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C49591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49591 is #3B6A6E. Grayscale: #A2A2A2. Windows color (decimal): -3893871 or 9541060. OLE color: 9541060.

HSL color Cylindrical-coordinate representation of color #C49591: hue angle of 4.71º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49591 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196149145-
CMYK00.240.260.23
HSL4.71º30.18%66.86%-
HSV(B)4.71º26.02%76.86%-
XYZ38.6235.2731.56-
YUV162.6118.07151.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=40%
G=30.41%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614914500.240.260.234.7130.1866.86
HexC495910181A1751e43
Octal3042252210303227536103
Binary1100010010010101100100010110001101010111101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49591; }

 p { color: rgb(196,149,145); }

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

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

 a { background-color: rgb(196,149,145); }

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

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

 span { border-color: rgb(196,149,145); }

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