#C065A6

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

Shades of Hopbush #C065A6

Tints of Hopbush #C065A6

Color information

#C065A6 (or 0xC065A6) is unknown color: approx Hopbush. HEX triplet: C0, 65 and A6. RGB value is (192,101,166). Sum of RGB (Red+Green+Blue) = 192+101+166=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C065A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065A6 is #3F9A59. Grayscale: #878787. Windows color (decimal): -4168282 or 10905024. OLE color: 10905024.

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

Color convert

RGB192101166-
CMYK00.470.140.25
HSL317.14º41.94%57.45%-
HSV(B)317.14º47.4%75.29%-
XYZ33.2723.2738.81-
YUV135.62145.15168.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=41.83%
G=22.00%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210116600.470.140.25317.1441.9457.45
HexC065A602FE1913d2a39
Octal30014524605716314755271
Binary110000001100101101001100101111111011001100111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065A6; }

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

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

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

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

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

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

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

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