#CC64A6

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

Shades of Hopbush #CC64A6

Tints of Hopbush #CC64A6

Color information

#CC64A6 (or 0xCC64A6) is unknown color: approx Hopbush. HEX triplet: CC, 64 and A6. RGB value is (204,100,166). Sum of RGB (Red+Green+Blue) = 204+100+166=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64A6 is #339B59. Grayscale: #8A8A8A. Windows color (decimal): -3382106 or 10904780. OLE color: 10904780.

HSL color Cylindrical-coordinate representation of color #CC64A6: hue angle of 321.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64A6 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB204100166-
CMYK00.510.190.2
HSL321.92º50.49%59.61%-
HSV(B)321.92º50.98%80%-
XYZ36.3424.738.93-
YUV138.62143.46174.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=43.40%
G=21.28%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410016600.510.190.2321.9250.4959.61
HexCC64A60331314142323c
Octal31414424606323245026274
Binary1100110011001001010011001100111001110100101000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64A6; }

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

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

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

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

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

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

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

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