#C48787

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

Shades of Oriental Pink #C48787

Tints of Oriental Pink #C48787

Color information

#C48787 (or 0xC48787) is unknown color: approx Oriental Pink. HEX triplet: C4, 87 and 87. RGB value is (196,135,135). Sum of RGB (Red+Green+Blue) = 196+135+135=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C48787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48787 is #3B7878. Grayscale: #999999. Windows color (decimal): -3897465 or 8882116. OLE color: 8882116.

HSL color Cylindrical-coordinate representation of color #C48787: 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.31%. Process color model (Four color, CMYK) of #C48787 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB196135135-
CMYK00.310.310.23
HSL34.08%64.9%-
HSV(B)31.12%76.86%-
XYZ35.830.8126.98-
YUV153.24117.71158.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=42.06%
G=28.97%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613513500.310.310.23034.0864.9
HexC4878701F1F1702241
Octal3042072070373727042101
Binary110001001000011110000111011111111111011101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48787; }

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

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

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

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

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

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

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

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