#C4948E

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

Shades of Oriental Pink #C4948E

Tints of Oriental Pink #C4948E

Color information

#C4948E (or 0xC4948E) is unknown color: approx Oriental Pink. HEX triplet: C4, 94 and 8E. RGB value is (196,148,142). Sum of RGB (Red+Green+Blue) = 196+148+142=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4948E is #3B6B71. Grayscale: #A1A1A1. Windows color (decimal): -3894130 or 9344196. OLE color: 9344196.

HSL color Cylindrical-coordinate representation of color #C4948E: hue angle of 6.67º degrees, saturation: 0.31, 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 #C4948E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196148142-
CMYK00.240.280.23
HSL6.67º31.4%66.27%-
HSV(B)6.67º27.55%76.86%-
XYZ38.2434.8730.31-
YUV161.67116.9152.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=40.33%
G=30.45%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614814200.240.280.236.6731.466.27
HexC4948E0181C1771f42
Octal3042242160303427737102
Binary1100010010010100100011100110001110010111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4948E; }

 p { color: rgb(196,148,142); }

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

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

 a { background-color: rgb(196,148,142); }

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

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

 span { border-color: rgb(196,148,142); }

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