#C48D87

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

Shades of Oriental Pink #C48D87

Tints of Oriental Pink #C48D87

Color information

#C48D87 (or 0xC48D87) is unknown color: approx Oriental Pink. HEX triplet: C4, 8D and 87. RGB value is (196,141,135). Sum of RGB (Red+Green+Blue) = 196+141+135=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D87 is #3B7278. Grayscale: #9C9C9C. Windows color (decimal): -3895929 or 8883652. OLE color: 8883652.

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

Color convert

RGB196141135-
CMYK00.280.310.23
HSL5.9º34.08%64.9%-
HSV(B)5.9º31.12%76.86%-
XYZ36.6632.5327.27-
YUV156.76115.72155.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=41.53%
G=29.87%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614113500.280.310.235.934.0864.9
HexC48D8701C1F1762241
Octal3042152070343727642101
Binary11000100100011011000011101110011111101111101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D87; }

 p { color: rgb(196,141,135); }

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

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

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

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

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

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

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