#C06BA2

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

Shades of Hopbush #C06BA2

Tints of Hopbush #C06BA2

Color information

#C06BA2 (or 0xC06BA2) is unknown color: approx Hopbush. HEX triplet: C0, 6B and A2. RGB value is (192,107,162). Sum of RGB (Red+Green+Blue) = 192+107+162=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BA2 is #3F945D. Grayscale: #8A8A8A. Windows color (decimal): -4166750 or 10644416. OLE color: 10644416.

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

Color convert

RGB192107162-
CMYK00.440.160.25
HSL321.18º40.28%58.63%-
HSV(B)321.18º44.27%75.29%-
XYZ33.5224.3337.11-
YUV138.68141.16166.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 162 (63.67% from 255) = 35.14%
R=41.65%
G=23.21%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210716200.440.160.25321.1840.2858.63
HexC06BA202C1019141283b
Octal30015324205420315015073
Binary1100000011010111010001001011001000011001101000001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BA2; }

 p { color: rgb(192,107,162); }

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

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

 a { background-color: rgb(192,107,162); }

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

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

 span { border-color: rgb(192,107,162); }

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