#C061A5

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

Shades of Hopbush #C061A5

Tints of Hopbush #C061A5

Color information

#C061A5 (or 0xC061A5) is unknown color: approx Hopbush. HEX triplet: C0, 61 and A5. RGB value is (192,97,165). Sum of RGB (Red+Green+Blue) = 192+97+165=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A5 is #3F9E5A. Grayscale: #848484. Windows color (decimal): -4169307 or 10838464. OLE color: 10838464.

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

Color convert

RGB19297165-
CMYK00.490.140.25
HSL317.05º42.99%56.67%-
HSV(B)317.05º49.48%75.29%-
XYZ32.822.4738.21-
YUV133.16145.97169.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=42.29%
G=21.37%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929716500.490.140.25317.0542.9956.67
HexC061A5031E1913d2b39
Octal30014124506116314755371
Binary110000001100001101001010110001111011001100111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061A5; }

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

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

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

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

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

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

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

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