#C48A7C

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

Shades of Oriental Pink #C48A7C

Tints of Oriental Pink #C48A7C

Color information

#C48A7C (or 0xC48A7C) is unknown color: approx Oriental Pink. HEX triplet: C4, 8A and 7C. RGB value is (196,138,124). Sum of RGB (Red+Green+Blue) = 196+138+124=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A7C is #3B7583. Grayscale: #999999. Windows color (decimal): -3896708 or 8161988. OLE color: 8161988.

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

Color convert

RGB196138124-
CMYK00.300.370.23
HSL11.67º37.89%62.75%-
HSV(B)11.67º36.73%76.86%-
XYZ35.4931.3723.25-
YUV153.75111.22158.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=42.79%
G=30.13%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613812400.300.370.2311.6737.8962.75
HexC48A7C01E2517c263f
Octal3042121740364527144677
Binary11000100100010101111100011110100101101111100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A7C; }

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

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

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

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

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

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

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

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