#C48F86

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

Shades of Oriental Pink #C48F86

Tints of Oriental Pink #C48F86

Color information

#C48F86 (or 0xC48F86) is unknown color: approx Oriental Pink. HEX triplet: C4, 8F and 86. RGB value is (196,143,134). Sum of RGB (Red+Green+Blue) = 196+143+134=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F86 is #3B7079. Grayscale: #9D9D9D. Windows color (decimal): -3895418 or 8818628. OLE color: 8818628.

HSL color Cylindrical-coordinate representation of color #C48F86: hue angle of 8.71º 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 #C48F86 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196143134-
CMYK00.270.320.23
HSL8.71º34.44%64.71%-
HSV(B)8.71º31.63%76.86%-
XYZ36.8933.127-
YUV157.82114.56155.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=41.44%
G=30.23%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614313400.270.320.238.7134.4464.71
HexC48F8601B201792241
Octal30421720603340271142101
Binary1100010010001111100001100110111000001011110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F86; }

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

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

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

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

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

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

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

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