#CC827A

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

Shades of My Pink #CC827A

Tints of My Pink #CC827A

Color information

#CC827A (or 0xCC827A) is unknown color: approx My Pink. HEX triplet: CC, 82 and 7A. RGB value is (204,130,122). Sum of RGB (Red+Green+Blue) = 204+130+122=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827A is #337D85. Grayscale: #979797. Windows color (decimal): -3374470 or 8028876. OLE color: 8028876.

HSL color Cylindrical-coordinate representation of color #CC827A: hue angle of 5.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC827A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204130122-
CMYK00.360.400.2
HSL5.85º44.57%63.92%-
HSV(B)5.85º40.2%80%-
XYZ36.430.2122.32-
YUV151.21111.52165.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=44.74%
G=28.51%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413012200.360.400.25.8544.5763.92
HexCC827A024281462d40
Octal3142021720445024655100
Binary110011001000001011110100100100101000101001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC827A; }

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

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

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

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

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

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

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

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