#C48D8B

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

Shades of Oriental Pink #C48D8B

Tints of Oriental Pink #C48D8B

Color information

#C48D8B (or 0xC48D8B) is unknown color: approx Oriental Pink. HEX triplet: C4, 8D and 8B. RGB value is (196,141,139). Sum of RGB (Red+Green+Blue) = 196+141+139=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D8B is #3B7274. Grayscale: #9D9D9D. Windows color (decimal): -3895925 or 9145796. OLE color: 9145796.

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

Color convert

RGB196141139-
CMYK00.280.290.23
HSL2.11º32.57%65.69%-
HSV(B)2.11º29.08%76.86%-
XYZ36.9532.6528.78-
YUV157.22117.72155.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=41.18%
G=29.62%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614113900.280.290.232.1132.5765.69
HexC48D8B01C1D1722142
Octal3042152130343527241102
Binary1100010010001101100010110111001110110111101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D8B; }

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

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

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

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

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

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

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

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