#C065A5

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

Shades of Hopbush #C065A5

Tints of Hopbush #C065A5

Color information

#C065A5 (or 0xC065A5) is unknown color: approx Hopbush. HEX triplet: C0, 65 and A5. RGB value is (192,101,165). Sum of RGB (Red+Green+Blue) = 192+101+165=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C065A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065A5 is #3F9A5A. Grayscale: #878787. Windows color (decimal): -4168283 or 10839488. OLE color: 10839488.

HSL color Cylindrical-coordinate representation of color #C065A5: hue angle of 317.8º 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 #C065A5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192101165-
CMYK00.470.140.25
HSL317.8º41.94%57.45%-
HSV(B)317.8º47.4%75.29%-
XYZ33.1823.2338.33-
YUV135.5144.65168.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=41.92%
G=22.05%
B=36.03%

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
Decimal19210116500.470.140.25317.841.9457.45
HexC065A502FE1913e2a39
Octal30014524505716314765271
Binary110000001100101101001010101111111011001100111110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065A5; }

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

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

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

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

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

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

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

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