#CC7FAA

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

Shades of Hopbush #CC7FAA

Tints of Hopbush #CC7FAA

Color information

#CC7FAA (or 0xCC7FAA) is unknown color: approx Hopbush. HEX triplet: CC, 7F and AA. RGB value is (204,127,170). Sum of RGB (Red+Green+Blue) = 204+127+170=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FAA is #338055. Grayscale: #9A9A9A. Windows color (decimal): -3375190 or 11173836. OLE color: 11173836.

HSL color Cylindrical-coordinate representation of color #CC7FAA: hue angle of 326.49º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FAA is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204127170-
CMYK00.380.170.2
HSL326.49º43.02%64.9%-
HSV(B)326.49º37.75%80%-
XYZ39.7530.9241.9-
YUV154.92136.51163-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=40.72%
G=25.35%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412717000.380.170.2326.4943.0264.9
HexCC7FAA02611141462b41
Octal314177252046212450653101
Binary11001100111111110101010010011010001101001010001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FAA; }

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

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

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

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

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

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

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

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