#C48686

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

Shades of Oriental Pink #C48686

Tints of Oriental Pink #C48686

Color information

#C48686 (or 0xC48686) is unknown color: approx Oriental Pink. HEX triplet: C4, 86 and 86. RGB value is (196,134,134). Sum of RGB (Red+Green+Blue) = 196+134+134=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C48686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48686 is #3B7979. Grayscale: #989898. Windows color (decimal): -3897722 or 8816324. OLE color: 8816324.

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

Color convert

RGB196134134-
CMYK00.320.320.23
HSL34.44%64.71%-
HSV(B)31.63%76.86%-
XYZ35.5930.5126.57-
YUV152.54117.54159-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=42.24%
G=28.88%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613413400.320.320.23034.4464.71
HexC48686020201702241
Octal3042062060404027042101
Binary11000100100001101000011001000001000001011101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48686; }

 p { color: rgb(196,134,134); }

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

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

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

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

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

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

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