#C48984

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

Shades of Oriental Pink #C48984

Tints of Oriental Pink #C48984

Color information

#C48984 (or 0xC48984) is unknown color: approx Oriental Pink. HEX triplet: C4, 89 and 84. RGB value is (196,137,132). Sum of RGB (Red+Green+Blue) = 196+137+132=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C48984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48984 is #3B767B. Grayscale: #9A9A9A. Windows color (decimal): -3896956 or 8686020. OLE color: 8686020.

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

Color convert

RGB196137132-
CMYK00.300.330.23
HSL4.69º35.16%64.31%-
HSV(B)4.69º32.65%76.86%-
XYZ35.8831.2925.98-
YUV154.07115.55157.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=42.15%
G=29.46%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613713200.300.330.234.6935.1664.31
HexC4898401E211752340
Octal3042112040364127543100
Binary110001001000100110000100011110100001101111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48984; }

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

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

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

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

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

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

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

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