#CC6AAC

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

Shades of Hopbush #CC6AAC

Tints of Hopbush #CC6AAC

Color information

#CC6AAC (or 0xCC6AAC) is unknown color: approx Hopbush. HEX triplet: CC, 6A and AC. RGB value is (204,106,172). Sum of RGB (Red+Green+Blue) = 204+106+172=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AAC is #339553. Grayscale: #8E8E8E. Windows color (decimal): -3380564 or 11299532. OLE color: 11299532.

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

Color convert

RGB204106172-
CMYK00.480.160.2
HSL319.59º49%60.78%-
HSV(B)319.59º48.04%80%-
XYZ37.526.1242.1-
YUV142.83144.47171.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=42.32%
G=21.99%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410617200.480.160.2319.594960.78
HexCC6AAC0301014140313d
Octal31415225406020245006175
Binary1100110011010101010110001100001000010100101000000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AAC; }

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

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

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

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

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

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

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

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