#C48D8A

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

Shades of Oriental Pink #C48D8A

Tints of Oriental Pink #C48D8A

Color information

#C48D8A (or 0xC48D8A) is unknown color: approx Oriental Pink. HEX triplet: C4, 8D and 8A. RGB value is (196,141,138). Sum of RGB (Red+Green+Blue) = 196+141+138=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D8A is #3B7275. Grayscale: #9D9D9D. Windows color (decimal): -3895926 or 9080260. OLE color: 9080260.

HSL color Cylindrical-coordinate representation of color #C48D8A: hue angle of 3.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 #C48D8A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196141138-
CMYK00.280.300.23
HSL3.1º32.95%65.49%-
HSV(B)3.1º29.59%76.86%-
XYZ36.8832.6228.4-
YUV157.1117.22155.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=41.26%
G=29.68%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614113800.280.300.233.132.9565.49
HexC48D8A01C1E1732141
Octal3042152120343627341101
Binary1100010010001101100010100111001111010111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D8A; }

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

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

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

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

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

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

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

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