#C7857A

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

Shades of My Pink #C7857A

Tints of My Pink #C7857A

Color information

#C7857A (or 0xC7857A) is unknown color: approx My Pink. HEX triplet: C7, 85 and 7A. RGB value is (199,133,122). Sum of RGB (Red+Green+Blue) = 199+133+122=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857A is #387A85. Grayscale: #979797. Windows color (decimal): -3701382 or 8029639. OLE color: 8029639.

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

Color convert

RGB199133122-
CMYK00.330.390.22
HSL8.57º40.74%62.94%-
HSV(B)8.57º38.69%78.04%-
XYZ35.4530.3222.4-
YUV151.48111.37161.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=43.83%
G=29.30%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913312200.330.390.228.5740.7462.94
HexC7857A02127169293f
Octal3072051720414726115177
Binary110001111000010111110100100001100111101101001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7857A; }

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

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

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

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

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

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

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

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