#C7857C

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

Shades of Oriental Pink #C7857C

Tints of Oriental Pink #C7857C

Color information

#C7857C (or 0xC7857C) is unknown color: approx Oriental Pink. HEX triplet: C7, 85 and 7C. RGB value is (199,133,124). Sum of RGB (Red+Green+Blue) = 199+133+124=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857C is #387A83. Grayscale: #979797. Windows color (decimal): -3701380 or 8160711. OLE color: 8160711.

HSL color Cylindrical-coordinate representation of color #C7857C: hue angle of 7.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7857C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199133124-
CMYK00.330.380.22
HSL7.2º40.11%63.33%-
HSV(B)7.2º37.69%78.04%-
XYZ35.5830.3723.06-
YUV151.71112.37161.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=43.64%
G=29.17%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913312400.330.380.227.240.1163.33
HexC7857C02126167283f
Octal307205174041462675077
Binary11000111100001011111100010000110011010110111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7857C; }

 p { color: rgb(199,133,124); }

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

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

 a { background-color: rgb(199,133,124); }

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

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

 span { border-color: rgb(199,133,124); }

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