#CC8C7C

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

Shades of My Pink #CC8C7C

Tints of My Pink #CC8C7C

Color information

#CC8C7C (or 0xCC8C7C) is unknown color: approx My Pink. HEX triplet: CC, 8C and 7C. RGB value is (204,140,124). Sum of RGB (Red+Green+Blue) = 204+140+124=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C7C is #337383. Grayscale: #9D9D9D. Windows color (decimal): -3371908 or 8162508. OLE color: 8162508.

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

Color convert

RGB204140124-
CMYK00.310.390.2
HSL12º43.96%64.31%-
HSV(B)12º39.22%80%-
XYZ37.9233.0523.45-
YUV157.31109.2161.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=43.59%
G=29.91%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414012400.310.390.21243.9664.31
HexCC8C7C01F2714c2c40
Octal31421417403747241454100
Binary110011001000110011111000111111001111010011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C7C; }

 p { color: rgb(204,140,124); }

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

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

 a { background-color: rgb(204,140,124); }

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

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

 span { border-color: rgb(204,140,124); }

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