#C48983

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

Shades of Oriental Pink #C48983

Tints of Oriental Pink #C48983

Color information

#C48983 (or 0xC48983) is unknown color: approx Oriental Pink. HEX triplet: C4, 89 and 83. RGB value is (196,137,131). Sum of RGB (Red+Green+Blue) = 196+137+131=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C48983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48983 is #3B767C. Grayscale: #9A9A9A. Windows color (decimal): -3896957 or 8620484. OLE color: 8620484.

HSL color Cylindrical-coordinate representation of color #C48983: hue angle of 5.54º degrees, saturation: 0.36, 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 #C48983 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB196137131-
CMYK00.300.330.23
HSL5.54º35.52%64.12%-
HSV(B)5.54º33.16%76.86%-
XYZ35.8131.2725.62-
YUV153.96115.05157.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=42.24%
G=29.53%
B=28.23%

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
Decimal19613713100.300.330.235.5435.5264.12
HexC4898301E211762440
Octal3042112030364127644100
Binary110001001000100110000011011110100001101111101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48983; }

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

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

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

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

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

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

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

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