#C064A6

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

Shades of Hopbush #C064A6

Tints of Hopbush #C064A6

Color information

#C064A6 (or 0xC064A6) is unknown color: approx Hopbush. HEX triplet: C0, 64 and A6. RGB value is (192,100,166). Sum of RGB (Red+Green+Blue) = 192+100+166=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C064A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064A6 is #3F9B59. Grayscale: #868686. Windows color (decimal): -4168538 or 10904768. OLE color: 10904768.

HSL color Cylindrical-coordinate representation of color #C064A6: hue angle of 316.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064A6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192100166-
CMYK00.480.140.25
HSL316.96º42.2%57.25%-
HSV(B)316.96º47.92%75.29%-
XYZ33.1823.0738.78-
YUV135.03145.48168.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=41.92%
G=21.83%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210016600.480.140.25316.9642.257.25
HexC064A6030E1913d2a39
Octal30014424606016314755271
Binary110000001100100101001100110000111011001100111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064A6; }

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

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

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

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

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

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

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

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