#C061A1

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

Shades of Hopbush #C061A1

Tints of Hopbush #C061A1

Color information

#C061A1 (or 0xC061A1) is unknown color: approx Hopbush. HEX triplet: C0, 61 and A1. RGB value is (192,97,161). Sum of RGB (Red+Green+Blue) = 192+97+161=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A1 is #3F9E5E. Grayscale: #848484. Windows color (decimal): -4169311 or 10576320. OLE color: 10576320.

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

Color convert

RGB19297161-
CMYK00.490.160.25
HSL319.58º42.99%56.67%-
HSV(B)319.58º49.48%75.29%-
XYZ32.4522.3336.32-
YUV132.7143.97170.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=42.67%
G=21.56%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929716100.490.160.25319.5842.9956.67
HexC061A103110191402b39
Octal30014124106120315005371
Binary1100000011000011010000101100011000011001101000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061A1; }

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

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

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

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

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

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

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

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