#C49289

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

Shades of Oriental Pink #C49289

Tints of Oriental Pink #C49289

Color information

#C49289 (or 0xC49289) is unknown color: approx Oriental Pink. HEX triplet: C4, 92 and 89. RGB value is (196,146,137). Sum of RGB (Red+Green+Blue) = 196+146+137=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49289 is #3B6D76. Grayscale: #A0A0A0. Windows color (decimal): -3894647 or 9016004. OLE color: 9016004.

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

Color convert

RGB196146137-
CMYK00.260.300.23
HSL9.15º33.33%65.29%-
HSV(B)9.15º30.1%76.86%-
XYZ37.5634.128.27-
YUV159.92115.06153.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=40.92%
G=30.48%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614613700.260.300.239.1533.3365.29
HexC4928901A1E1792141
Octal30422221103236271141101
Binary110001001001001010001001011010111101011110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49289; }

 p { color: rgb(196,146,137); }

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

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

 a { background-color: rgb(196,146,137); }

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

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

 span { border-color: rgb(196,146,137); }

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