#CC7EAA

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

Shades of Hopbush #CC7EAA

Tints of Hopbush #CC7EAA

Color information

#CC7EAA (or 0xCC7EAA) is unknown color: approx Hopbush. HEX triplet: CC, 7E and AA. RGB value is (204,126,170). Sum of RGB (Red+Green+Blue) = 204+126+170=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAA is #338155. Grayscale: #9A9A9A. Windows color (decimal): -3375446 or 11173580. OLE color: 11173580.

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

Color convert

RGB204126170-
CMYK00.380.170.2
HSL326.15º43.33%64.71%-
HSV(B)326.15º38.24%80%-
XYZ39.6230.6641.86-
YUV154.34136.84163.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 170 (66.80% from 255) = 34%
R=40.8%
G=25.2%
B=34%

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
Decimal20412617000.380.170.2326.1543.3364.71
HexCC7EAA02611141462b41
Octal314176252046212450653101
Binary11001100111111010101010010011010001101001010001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EAA; }

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

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

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

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

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

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

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

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