#C48A7E

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

Shades of Oriental Pink #C48A7E

Tints of Oriental Pink #C48A7E

Color information

#C48A7E (or 0xC48A7E) is unknown color: approx Oriental Pink. HEX triplet: C4, 8A and 7E. RGB value is (196,138,126). Sum of RGB (Red+Green+Blue) = 196+138+126=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A7E is #3B7581. Grayscale: #9A9A9A. Windows color (decimal): -3896706 or 8293060. OLE color: 8293060.

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

Color convert

RGB196138126-
CMYK00.300.360.23
HSL10.29º37.23%63.14%-
HSV(B)10.29º35.71%76.86%-
XYZ35.6231.4223.93-
YUV153.97112.22157.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=42.61%
G=30%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613812600.300.360.2310.2937.2363.14
HexC48A7E01E2417a253f
Octal3042121760364427124577
Binary11000100100010101111110011110100100101111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A7E; }

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

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

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

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

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

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

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

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