#CC6FA6

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

Shades of Hopbush #CC6FA6

Tints of Hopbush #CC6FA6

Color information

#CC6FA6 (or 0xCC6FA6) is unknown color: approx Hopbush. HEX triplet: CC, 6F and A6. RGB value is (204,111,166). Sum of RGB (Red+Green+Blue) = 204+111+166=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6FA6 is #339059. Grayscale: #909090. Windows color (decimal): -3379290 or 10907596. OLE color: 10907596.

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

Color convert

RGB204111166-
CMYK00.460.190.2
HSL324.52º47.69%61.76%-
HSV(B)324.52º45.59%80%-
XYZ37.4726.9639.31-
YUV145.08139.81170.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=42.41%
G=23.08%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411116600.460.190.2324.5247.6961.76
HexCC6FA602E1314145303e
Octal31415724605623245056076
Binary1100110011011111010011001011101001110100101000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FA6; }

 p { color: rgb(204,111,166); }

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

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

 a { background-color: rgb(204,111,166); }

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

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

 span { border-color: rgb(204,111,166); }

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