#CC7EAC

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

Shades of Hopbush #CC7EAC

Tints of Hopbush #CC7EAC

Color information

#CC7EAC (or 0xCC7EAC) is unknown color: approx Hopbush. HEX triplet: CC, 7E and AC. RGB value is (204,126,172). Sum of RGB (Red+Green+Blue) = 204+126+172=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAC is #338153. Grayscale: #9A9A9A. Windows color (decimal): -3375444 or 11304652. OLE color: 11304652.

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

Color convert

RGB204126172-
CMYK00.380.160.2
HSL324.62º43.33%64.71%-
HSV(B)324.62º38.24%80%-
XYZ39.8130.7442.86-
YUV154.57137.84163.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=40.64%
G=25.10%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412617200.380.160.2324.6243.3364.71
HexCC7EAC02610141452b41
Octal314176254046202450553101
Binary11001100111111010101100010011010000101001010001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EAC; }

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

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

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

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

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

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

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

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