#C48F89

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

Shades of Oriental Pink #C48F89

Tints of Oriental Pink #C48F89

Color information

#C48F89 (or 0xC48F89) is unknown color: approx Oriental Pink. HEX triplet: C4, 8F and 89. RGB value is (196,143,137). Sum of RGB (Red+Green+Blue) = 196+143+137=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F89 is #3B7076. Grayscale: #9E9E9E. Windows color (decimal): -3895415 or 9015236. OLE color: 9015236.

HSL color Cylindrical-coordinate representation of color #C48F89: hue angle of 6.1º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48F89 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196143137-
CMYK00.270.300.23
HSL6.1º33.33%65.29%-
HSV(B)6.1º30.1%76.86%-
XYZ37.133.1928.12-
YUV158.16116.06154.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=41.18%
G=30.04%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614313700.270.300.236.133.3365.29
HexC48F8901B1E1762141
Octal3042172110333627641101
Binary11000100100011111000100101101111110101111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F89; }

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

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

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

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

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

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

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

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