#CC8D7F

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

Shades of My Pink #CC8D7F

Tints of My Pink #CC8D7F

Color information

#CC8D7F (or 0xCC8D7F) is unknown color: approx My Pink. HEX triplet: CC, 8D and 7F. RGB value is (204,141,127). Sum of RGB (Red+Green+Blue) = 204+141+127=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D7F is #337280. Grayscale: #9E9E9E. Windows color (decimal): -3371649 or 8359372. OLE color: 8359372.

HSL color Cylindrical-coordinate representation of color #CC8D7F: hue angle of 10.91º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC8D7F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204141127-
CMYK00.310.380.2
HSL10.91º43.02%64.9%-
HSV(B)10.91º37.75%80%-
XYZ38.2633.4224.51-
YUV158.24110.37160.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 127 (50% from 255) = 26.91%
R=43.22%
G=29.87%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414112700.310.380.210.9143.0264.9
HexCC8D7F01F2614b2b41
Octal31421517703746241353101
Binary110011001000110111111110111111001101010010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D7F; }

 p { color: rgb(204,141,127); }

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

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

 a { background-color: rgb(204,141,127); }

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

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

 span { border-color: rgb(204,141,127); }

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