#C48D7F

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

Shades of Oriental Pink #C48D7F

Tints of Oriental Pink #C48D7F

Color information

#C48D7F (or 0xC48D7F) is unknown color: approx Oriental Pink. HEX triplet: C4, 8D and 7F. RGB value is (196,141,127). Sum of RGB (Red+Green+Blue) = 196+141+127=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D7F is #3B7280. Grayscale: #9B9B9B. Windows color (decimal): -3895937 or 8359364. OLE color: 8359364.

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

Color convert

RGB196141127-
CMYK00.280.350.23
HSL12.17º36.9%63.33%-
HSV(B)12.17º35.2%76.86%-
XYZ36.1232.3224.41-
YUV155.85111.72156.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 127 (50% from 255) = 27.37%
R=42.24%
G=30.39%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614112700.280.350.2312.1736.963.33
HexC48D7F01C2317c253f
Octal3042151770344327144577
Binary11000100100011011111111011100100011101111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D7F; }

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

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

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

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

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

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

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

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