#CC76A5

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

Shades of Hopbush #CC76A5

Tints of Hopbush #CC76A5

Color information

#CC76A5 (or 0xCC76A5) is unknown color: approx Hopbush. HEX triplet: CC, 76 and A5. RGB value is (204,118,165). Sum of RGB (Red+Green+Blue) = 204+118+165=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A5 is #33895A. Grayscale: #949494. Windows color (decimal): -3377499 or 10843852. OLE color: 10843852.

HSL color Cylindrical-coordinate representation of color #CC76A5: hue angle of 327.21º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC76A5 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB204118165-
CMYK00.420.190.2
HSL327.21º45.74%63.14%-
HSV(B)327.21º42.16%80%-
XYZ38.1728.5139.09-
YUV149.07136.99167.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=41.89%
G=24.23%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411816500.420.190.2327.2145.7463.14
HexCC76A502A13141472e3f
Octal31416624505223245075677
Binary1100110011101101010010101010101001110100101000111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC76A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC76A5; }

 p { color: rgb(204,118,165); }

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

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

 a { background-color: rgb(204,118,165); }

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

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

 span { border-color: rgb(204,118,165); }

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