#CC877A

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

Shades of My Pink #CC877A

Tints of My Pink #CC877A

Color information

#CC877A (or 0xCC877A) is unknown color: approx My Pink. HEX triplet: CC, 87 and 7A. RGB value is (204,135,122). Sum of RGB (Red+Green+Blue) = 204+135+122=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC877A is #337885. Grayscale: #9A9A9A. Windows color (decimal): -3373190 or 8030156. OLE color: 8030156.

HSL color Cylindrical-coordinate representation of color #CC877A: hue angle of 9.51º 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 #CC877A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204135122-
CMYK00.340.400.2
HSL9.51º44.57%63.92%-
HSV(B)9.51º40.2%80%-
XYZ37.0831.5722.55-
YUV154.15109.86163.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=44.25%
G=29.28%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413512200.340.400.29.5144.5763.92
HexCC877A0222814a2d40
Octal31420717204250241255100
Binary1100110010000111111101001000101010001010010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC877A; }

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

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

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

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

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

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

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

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