#CC6EA4

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

Shades of Hopbush #CC6EA4

Tints of Hopbush #CC6EA4

Color information

#CC6EA4 (or 0xCC6EA4) is unknown color: approx Hopbush. HEX triplet: CC, 6E and A4. RGB value is (204,110,164). Sum of RGB (Red+Green+Blue) = 204+110+164=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6EA4 is #33915B. Grayscale: #909090. Windows color (decimal): -3379548 or 10776268. OLE color: 10776268.

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

Color convert

RGB204110164-
CMYK00.460.200.2
HSL325.53º47.96%61.57%-
HSV(B)325.53º46.08%80%-
XYZ37.1826.6738.31-
YUV144.26139.14170.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=42.68%
G=23.01%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411016400.460.200.2325.5347.9661.57
HexCC6EA402E1414146303e
Octal31415624405624245066076
Binary1100110011011101010010001011101010010100101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EA4; }

 p { color: rgb(204,110,164); }

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

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

 a { background-color: rgb(204,110,164); }

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

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

 span { border-color: rgb(204,110,164); }

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