#CC8478

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

Shades of My Pink #CC8478

Tints of My Pink #CC8478

Color information

#CC8478 (or 0xCC8478) is unknown color: approx My Pink. HEX triplet: CC, 84 and 78. RGB value is (204,132,120). Sum of RGB (Red+Green+Blue) = 204+132+120=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8478 is #337B87. Grayscale: #989898. Windows color (decimal): -3373960 or 7898316. OLE color: 7898316.

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

Color convert

RGB204132120-
CMYK00.350.410.2
HSL8.57º45.16%63.53%-
HSV(B)8.57º41.18%80%-
XYZ36.5430.721.77-
YUV152.16109.85164.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=44.74%
G=28.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413212000.350.410.28.5745.1663.53
HexCC8478023291492d40
Octal31420417004351241155100
Binary1100110010000100111100001000111010011010010011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8478; }

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

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

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

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

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

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

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

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