#CC64A7

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

Shades of Hopbush #CC64A7

Tints of Hopbush #CC64A7

Color information

#CC64A7 (or 0xCC64A7) is unknown color: approx Hopbush. HEX triplet: CC, 64 and A7. RGB value is (204,100,167). Sum of RGB (Red+Green+Blue) = 204+100+167=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC64A7 is #339B58. Grayscale: #8A8A8A. Windows color (decimal): -3382105 or 10970316. OLE color: 10970316.

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

Color convert

RGB204100167-
CMYK00.510.180.2
HSL321.35º50.49%59.61%-
HSV(B)321.35º50.98%80%-
XYZ36.4324.7439.41-
YUV138.73143.96174.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=43.31%
G=21.23%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410016700.510.180.2321.3550.4959.61
HexCC64A70331214141323c
Octal31414424706322245016274
Binary1100110011001001010011101100111001010100101000001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64A7; }

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

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

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

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

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

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

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

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