#CC887A

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

Shades of My Pink #CC887A

Tints of My Pink #CC887A

Color information

#CC887A (or 0xCC887A) is unknown color: approx My Pink. HEX triplet: CC, 88 and 7A. RGB value is (204,136,122). Sum of RGB (Red+Green+Blue) = 204+136+122=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC887A is #337785. Grayscale: #9A9A9A. Windows color (decimal): -3372934 or 8030412. OLE color: 8030412.

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

Color convert

RGB204136122-
CMYK00.330.400.2
HSL10.24º44.57%63.92%-
HSV(B)10.24º40.2%80%-
XYZ37.2231.8522.6-
YUV154.74109.53163.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=44.16%
G=29.44%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413612200.330.400.210.2444.5763.92
HexCC887A0212814a2d40
Octal31421017204150241255100
Binary1100110010001000111101001000011010001010010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC887A; }

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

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

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

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

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

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

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

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