#C48A80

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

Shades of Oriental Pink #C48A80

Tints of Oriental Pink #C48A80

Color information

#C48A80 (or 0xC48A80) is unknown color: approx Oriental Pink. HEX triplet: C4, 8A and 80. RGB value is (196,138,128). Sum of RGB (Red+Green+Blue) = 196+138+128=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A80 is #3B757F. Grayscale: #9A9A9A. Windows color (decimal): -3896704 or 8424132. OLE color: 8424132.

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

Color convert

RGB196138128-
CMYK00.300.350.23
HSL8.82º36.56%63.53%-
HSV(B)8.82º34.69%76.86%-
XYZ35.7531.4724.61-
YUV154.2113.22157.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=42.42%
G=29.87%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613812800.300.350.238.8236.5663.53
HexC48A8001E231792540
Octal30421220003643271145100
Binary1100010010001010100000000111101000111011110011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A80; }

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

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

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

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

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

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

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

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