#CC8678

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

Shades of My Pink #CC8678

Tints of My Pink #CC8678

Color information

#CC8678 (or 0xCC8678) is unknown color: approx My Pink. HEX triplet: CC, 86 and 78. RGB value is (204,134,120). Sum of RGB (Red+Green+Blue) = 204+134+120=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8678 is #337987. Grayscale: #999999. Windows color (decimal): -3373448 or 7898828. OLE color: 7898828.

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

Color convert

RGB204134120-
CMYK00.340.410.2
HSL10º45.16%63.53%-
HSV(B)10º41.18%80%-
XYZ36.8231.2421.86-
YUV153.33109.19164.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=44.54%
G=29.26%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413412000.340.410.21045.1663.53
HexCC86780222914a2d40
Octal31420617004251241255100
Binary1100110010000110111100001000101010011010010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8678; }

 p { color: rgb(204,134,120); }

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

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

 a { background-color: rgb(204,134,120); }

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

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

 span { border-color: rgb(204,134,120); }

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