#C065A0

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

Shades of Hopbush #C065A0

Tints of Hopbush #C065A0

Color information

#C065A0 (or 0xC065A0) is unknown color: approx Hopbush. HEX triplet: C0, 65 and A0. RGB value is (192,101,160). Sum of RGB (Red+Green+Blue) = 192+101+160=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C065A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065A0 is #3F9A5F. Grayscale: #868686. Windows color (decimal): -4168288 or 10511808. OLE color: 10511808.

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

Color convert

RGB192101160-
CMYK00.470.170.25
HSL321.1º41.94%57.45%-
HSV(B)321.1º47.4%75.29%-
XYZ32.7423.0535.98-
YUV134.94142.15168.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=42.38%
G=22.30%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210116000.470.170.25321.141.9457.45
HexC065A002F11191412a39
Octal30014524005721315015271
Binary1100000011001011010000001011111000111001101000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065A0; }

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

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

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

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

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

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

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

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