#C48A83

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

Shades of Oriental Pink #C48A83

Tints of Oriental Pink #C48A83

Color information

#C48A83 (or 0xC48A83) is unknown color: approx Oriental Pink. HEX triplet: C4, 8A and 83. RGB value is (196,138,131). Sum of RGB (Red+Green+Blue) = 196+138+131=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A83 is #3B757C. Grayscale: #9A9A9A. Windows color (decimal): -3896701 or 8620740. OLE color: 8620740.

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

Color convert

RGB196138131-
CMYK00.300.330.23
HSL6.46º35.52%64.12%-
HSV(B)6.46º33.16%76.86%-
XYZ35.9531.5525.67-
YUV154.54114.72157.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=42.15%
G=29.68%
B=28.17%

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
Decimal19613813100.300.330.236.4635.5264.12
HexC48A8301E211762440
Octal3042122030364127644100
Binary110001001000101010000011011110100001101111101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A83; }

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

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

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

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

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

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

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

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