#C48F8B

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

Shades of Oriental Pink #C48F8B

Tints of Oriental Pink #C48F8B

Color information

#C48F8B (or 0xC48F8B) is unknown color: approx Oriental Pink. HEX triplet: C4, 8F and 8B. RGB value is (196,143,139). Sum of RGB (Red+Green+Blue) = 196+143+139=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F8B is #3B7074. Grayscale: #9E9E9E. Windows color (decimal): -3895413 or 9146308. OLE color: 9146308.

HSL color Cylindrical-coordinate representation of color #C48F8B: hue angle of 4.21º 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 #C48F8B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196143139-
CMYK00.270.290.23
HSL4.21º32.57%65.69%-
HSV(B)4.21º29.08%76.86%-
XYZ37.2533.2428.88-
YUV158.39117.06154.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=41.00%
G=29.92%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614313900.270.290.234.2132.5765.69
HexC48F8B01B1D1742142
Octal3042172130333527441102
Binary11000100100011111000101101101111101101111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F8B; }

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

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

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

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

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

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

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

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