#CC887B

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

Shades of My Pink #CC887B

Tints of My Pink #CC887B

Color information

#CC887B (or 0xCC887B) is unknown color: approx My Pink. HEX triplet: CC, 88 and 7B. RGB value is (204,136,123). Sum of RGB (Red+Green+Blue) = 204+136+123=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC887B is #337784. Grayscale: #9A9A9A. Windows color (decimal): -3372933 or 8095948. OLE color: 8095948.

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

Color convert

RGB204136123-
CMYK00.330.400.2
HSL9.63º44.26%64.12%-
HSV(B)9.63º39.71%80%-
XYZ37.2831.8822.93-
YUV154.85110.03163.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=44.06%
G=29.37%
B=26.57%

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
Decimal20413612300.330.400.29.6344.2664.12
HexCC887B0212814a2c40
Octal31421017304150241254100
Binary1100110010001000111101101000011010001010010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC887B; }

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

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

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

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

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

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

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

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