#C49590

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

Shades of Oriental Pink #C49590

Tints of Oriental Pink #C49590

Color information

#C49590 (or 0xC49590) is unknown color: approx Oriental Pink. HEX triplet: C4, 95 and 90. RGB value is (196,149,144). Sum of RGB (Red+Green+Blue) = 196+149+144=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C49590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49590 is #3B6A6F. Grayscale: #A2A2A2. Windows color (decimal): -3893872 or 9475524. OLE color: 9475524.

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

Color convert

RGB196149144-
CMYK00.240.270.23
HSL5.77º30.59%66.67%-
HSV(B)5.77º26.53%76.86%-
XYZ38.5535.2431.16-
YUV162.48117.57151.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=40.08%
G=30.47%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614914400.240.270.235.7730.5966.67
HexC495900181B1761f43
Octal3042252200303327637103
Binary1100010010010101100100000110001101110111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49590; }

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

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

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

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

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

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

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

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