#C48F8D

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

Shades of Oriental Pink #C48F8D

Tints of Oriental Pink #C48F8D

Color information

#C48F8D (or 0xC48F8D) is unknown color: approx Oriental Pink. HEX triplet: C4, 8F and 8D. RGB value is (196,143,141). Sum of RGB (Red+Green+Blue) = 196+143+141=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F8D is #3B7072. Grayscale: #9E9E9E. Windows color (decimal): -3895411 or 9277380. OLE color: 9277380.

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

Color convert

RGB196143141-
CMYK00.270.280.23
HSL2.18º31.79%66.08%-
HSV(B)2.18º28.06%76.86%-
XYZ37.433.329.66-
YUV158.62118.06154.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=40.83%
G=29.79%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614314100.270.280.232.1831.7966.08
HexC48F8D01B1C1722042
Octal3042172150333427240102
Binary1100010010001111100011010110111110010111101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F8D; }

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

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

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

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

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

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

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

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