#C7948E

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

Shades of Oriental Pink #C7948E

Tints of Oriental Pink #C7948E

Color information

#C7948E (or 0xC7948E) is unknown color: approx Oriental Pink. HEX triplet: C7, 94 and 8E. RGB value is (199,148,142). Sum of RGB (Red+Green+Blue) = 199+148+142=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948E is #386B71. Grayscale: #A2A2A2. Windows color (decimal): -3697522 or 9344199. OLE color: 9344199.

HSL color Cylindrical-coordinate representation of color #C7948E: hue angle of 6.32º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7948E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199148142-
CMYK00.260.290.22
HSL6.32º33.73%66.86%-
HSV(B)6.32º28.64%78.04%-
XYZ39.0335.2730.34-
YUV162.56116.4153.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=40.70%
G=30.27%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914814200.260.290.226.3233.7366.86
HexC7948E01A1D1662243
Octal3072242160323526642103
Binary11000111100101001000111001101011101101101101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7948E; }

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

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

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

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

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

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

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

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