#C7807B

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

Shades of My Pink #C7807B

Tints of My Pink #C7807B

Color information

#C7807B (or 0xC7807B) is unknown color: approx My Pink. HEX triplet: C7, 80 and 7B. RGB value is (199,128,123). Sum of RGB (Red+Green+Blue) = 199+128+123=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7807B is #387F84. Grayscale: #949494. Windows color (decimal): -3702661 or 8093895. OLE color: 8093895.

HSL color Cylindrical-coordinate representation of color #C7807B: hue angle of 3.95º 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 #C7807B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199128123-
CMYK00.360.380.22
HSL3.95º40.43%63.14%-
HSV(B)3.95º38.19%78.04%-
XYZ34.8529.0122.5-
YUV148.66113.52163.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=44.22%
G=28.44%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912812300.360.380.223.9540.4363.14
HexC7807B02426164283f
Octal307200173044462645077
Binary11000111100000001111011010010010011010110100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7807B; }

 p { color: rgb(199,128,123); }

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

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

 a { background-color: rgb(199,128,123); }

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

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

 span { border-color: rgb(199,128,123); }

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