#CC6AAF

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

Shades of Hopbush #CC6AAF

Tints of Hopbush #CC6AAF

Color information

#CC6AAF (or 0xCC6AAF) is unknown color: approx Hopbush. HEX triplet: CC, 6A and AF. RGB value is (204,106,175). Sum of RGB (Red+Green+Blue) = 204+106+175=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AAF is #339550. Grayscale: #8E8E8E. Windows color (decimal): -3380561 or 11496140. OLE color: 11496140.

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

Color convert

RGB204106175-
CMYK00.480.140.2
HSL317.76º49%60.78%-
HSV(B)317.76º48.04%80%-
XYZ37.7926.2443.63-
YUV143.17145.97171.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=42.06%
G=21.86%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410617500.480.140.2317.764960.78
HexCC6AAF030E1413e313d
Octal31415225706016244766175
Binary110011001101010101011110110000111010100100111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AAF; }

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

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

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

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

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

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

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

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