#C06EA1

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

Shades of Hopbush #C06EA1

Tints of Hopbush #C06EA1

Color information

#C06EA1 (or 0xC06EA1) is unknown color: approx Hopbush. HEX triplet: C0, 6E and A1. RGB value is (192,110,161). Sum of RGB (Red+Green+Blue) = 192+110+161=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA1 is #3F915E. Grayscale: #8C8C8C. Windows color (decimal): -4165983 or 10579648. OLE color: 10579648.

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

Color convert

RGB192110161-
CMYK00.430.160.25
HSL322.68º39.42%59.22%-
HSV(B)322.68º42.71%75.29%-
XYZ33.7524.9336.75-
YUV140.33139.67164.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=41.47%
G=23.76%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211016100.430.160.25322.6839.4259.22
HexC06EA102B1019143273b
Octal30015624105320315034773
Binary1100000011011101010000101010111000011001101000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EA1; }

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

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

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

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

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

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

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

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