#CC77AA

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

Shades of Hopbush #CC77AA

Tints of Hopbush #CC77AA

Color information

#CC77AA (or 0xCC77AA) is unknown color: approx Hopbush. HEX triplet: CC, 77 and AA. RGB value is (204,119,170). Sum of RGB (Red+Green+Blue) = 204+119+170=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC77AA is #338855. Grayscale: #969696. Windows color (decimal): -3377238 or 11171788. OLE color: 11171788.

HSL color Cylindrical-coordinate representation of color #CC77AA: hue angle of 324º degrees, saturation: 0.45, 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 #CC77AA is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204119170-
CMYK00.420.170.2
HSL324º45.45%63.33%-
HSV(B)324º41.67%80%-
XYZ38.7528.9341.57-
YUV150.23139.16166.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=41.38%
G=24.14%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411917000.420.170.232445.4563.33
HexCC77AA02A11141442d3f
Octal31416725205221245045577
Binary1100110011101111010101001010101000110100101000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77AA; }

 p { color: rgb(204,119,170); }

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

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

 a { background-color: rgb(204,119,170); }

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

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

 span { border-color: rgb(204,119,170); }

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