#C48985

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

Shades of Oriental Pink #C48985

Tints of Oriental Pink #C48985

Color information

#C48985 (or 0xC48985) is unknown color: approx Oriental Pink. HEX triplet: C4, 89 and 85. RGB value is (196,137,133). Sum of RGB (Red+Green+Blue) = 196+137+133=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C48985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48985 is #3B767A. Grayscale: #9A9A9A. Windows color (decimal): -3896955 or 8751556. OLE color: 8751556.

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

Color convert

RGB196137133-
CMYK00.300.320.23
HSL3.81º34.81%64.51%-
HSV(B)3.81º32.14%76.86%-
XYZ35.9431.3226.34-
YUV154.18116.05157.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=42.06%
G=29.40%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613713300.300.320.233.8134.8164.51
HexC4898501E201742341
Octal3042112050364027443101
Binary110001001000100110000101011110100000101111001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48985; }

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

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

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

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

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

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

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

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