#CE827A

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

Shades of My Pink #CE827A

Tints of My Pink #CE827A

Color information

#CE827A (or 0xCE827A) is unknown color: approx My Pink. HEX triplet: CE, 82 and 7A. RGB value is (206,130,122). Sum of RGB (Red+Green+Blue) = 206+130+122=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE827A is #317D85. Grayscale: #979797. Windows color (decimal): -3243398 or 8028878. OLE color: 8028878.

HSL color Cylindrical-coordinate representation of color #CE827A: hue angle of 5.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE827A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206130122-
CMYK00.370.410.19
HSL5.71º46.15%64.31%-
HSV(B)5.71º40.78%80.78%-
XYZ36.9530.4922.35-
YUV151.81111.18166.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=44.98%
G=28.38%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613012200.370.410.195.7146.1564.31
HexCE827A025291362e40
Octal3162021720455123656100
Binary110011101000001011110100100101101001100111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE827A; }

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

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

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

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

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

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

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

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