#CC6AA0

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

Shades of Hopbush #CC6AA0

Tints of Hopbush #CC6AA0

Color information

#CC6AA0 (or 0xCC6AA0) is unknown color: approx Hopbush. HEX triplet: CC, 6A and A0. RGB value is (204,106,160). Sum of RGB (Red+Green+Blue) = 204+106+160=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AA0 is #33955F. Grayscale: #8D8D8D. Windows color (decimal): -3380576 or 10513100. OLE color: 10513100.

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

Color convert

RGB204106160-
CMYK00.480.220.2
HSL326.94º49%60.78%-
HSV(B)326.94º48.04%80%-
XYZ36.425.6836.3-
YUV141.46138.47172.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=43.40%
G=22.55%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410616000.480.220.2326.944960.78
HexCC6AA00301614147313d
Octal31415224006026245076175
Binary1100110011010101010000001100001011010100101000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AA0; }

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

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

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

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

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

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

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

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