#c964a7

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

Shades of Hopbush #C964A7

Tints of Hopbush #C964A7

Color information

#C964A7 (or 0xC964A7) is unknown color: approx Hopbush. HEX triplet: C9, 64 and A7. RGB value is (201,100,167). Sum of RGB (Red+Green+Blue) = 201+100+167=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C964A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C964A7 is #369B58. Grayscale: #898989. Windows color (decimal): -3578713 or 10970313. OLE color: 10970313.

HSL color Cylindrical-coordinate representation of color #C964A7: hue angle of 320.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C964A7 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB201100167-
CMYK00.500.170.21
HSL320.2º48.33%59.02%-
HSV(B)320.2º50.25%78.82%-
XYZ35.6224.3239.38-
YUV137.84144.46173.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=42.95%
G=21.37%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110016700.500.170.21320.248.3359.02
HexC964A70321115140303b
Octal31114424706221255006073
Binary1100100111001001010011101100101000110101101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c964a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c964a7; }

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

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

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

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

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

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

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

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