#CC6EAF

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

Shades of Hopbush #CC6EAF

Tints of Hopbush #CC6EAF

Color information

#CC6EAF (or 0xCC6EAF) is unknown color: approx Hopbush. HEX triplet: CC, 6E and AF. RGB value is (204,110,175). Sum of RGB (Red+Green+Blue) = 204+110+175=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6EAF is #339150. Grayscale: #919191. Windows color (decimal): -3379537 or 11497164. OLE color: 11497164.

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

Color convert

RGB204110175-
CMYK00.460.140.2
HSL318.51º47.96%61.57%-
HSV(B)318.51º46.08%80%-
XYZ38.2227.0843.77-
YUV145.52144.64169.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=41.72%
G=22.49%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411017500.460.140.2318.5147.9661.57
HexCC6EAF02EE1413f303e
Octal31415625705616244776076
Binary110011001101110101011110101110111010100100111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EAF; }

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

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

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

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

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

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

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

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