#C06C9E

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

Shades of Hopbush #C06C9E

Tints of Hopbush #C06C9E

Color information

#C06C9E (or 0xC06C9E) is unknown color: approx Hopbush. HEX triplet: C0, 6C and 9E. RGB value is (192,108,158). Sum of RGB (Red+Green+Blue) = 192+108+158=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C9E is #3F9361. Grayscale: #8A8A8A. Windows color (decimal): -4166498 or 10382528. OLE color: 10382528.

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

Color convert

RGB192108158-
CMYK00.440.180.25
HSL324.29º40%58.82%-
HSV(B)324.29º43.75%75.29%-
XYZ33.2724.435.3-
YUV138.82138.83165.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=41.92%
G=23.58%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210815800.440.180.25324.294058.82
HexC06C9E02C1219144283b
Octal30015423605422315045073
Binary1100000011011001001111001011001001011001101000100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C9E; }

 p { color: rgb(192,108,158); }

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

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

 a { background-color: rgb(192,108,158); }

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

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

 span { border-color: rgb(192,108,158); }

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