#C8827A

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

Shades of My Pink #C8827A

Tints of My Pink #C8827A

Color information

#C8827A (or 0xC8827A) is unknown color: approx My Pink. HEX triplet: C8, 82 and 7A. RGB value is (200,130,122). Sum of RGB (Red+Green+Blue) = 200+130+122=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8827A is #377D85. Grayscale: #969696. Windows color (decimal): -3636614 or 8028872. OLE color: 8028872.

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

Color convert

RGB200130122-
CMYK00.350.390.22
HSL6.15º41.49%63.14%-
HSV(B)6.15º39%78.43%-
XYZ35.3129.6522.27-
YUV150.02112.19163.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=44.25%
G=28.76%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013012200.350.390.226.1541.4963.14
HexC8827A02327166293f
Octal310202172043472665177
Binary11001000100000101111010010001110011110110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8827A; }

 p { color: rgb(200,130,122); }

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

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

 a { background-color: rgb(200,130,122); }

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

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

 span { border-color: rgb(200,130,122); }

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